Index: /branches/meh_branches/ppstack_test/ppStack/src/ppStackLoop.c
===================================================================
--- /branches/meh_branches/ppstack_test/ppStack/src/ppStackLoop.c	(revision 33596)
+++ /branches/meh_branches/ppstack_test/ppStack/src/ppStackLoop.c	(revision 33597)
@@ -30,4 +30,11 @@
     ppStackMemDump("prepare");
     if (options->quality) return true; // Can't do anything else
+
+    //MEH - break it to quickly look at and tune target psf - make more formal breakpoint? will psErrorCodeLast work?
+#if (0)
+    psError(psErrorCodeLast(), false, "breaking to test selected target PSF");
+    return false;
+#endif    
+
 
     // Convolve inputs
