Index: /trunk/psastro/src/psastro.c
===================================================================
--- /trunk/psastro/src/psastro.c	(revision 15243)
+++ /trunk/psastro/src/psastro.c	(revision 15244)
@@ -35,4 +35,9 @@
     }
 
+    // test break point 
+    char line[10];
+    fprintf (stderr, "press return: ");
+    fgets (line, 10, stdin);
+
     if (!psastroAnalysis (config)) {
 	psErrorStackPrint(stderr, "failure in psastro analysis\n");
@@ -40,4 +45,8 @@
     }
     
+    // test break point
+    // fprintf (stderr, "press return: ");
+    // fgets (line, 10, stdin);
+
     // write out the results
     if (!psastroDataSave (config)) {
