reports/Builder__ReportRunner.st
changeset 92 545ea8f561b0
parent 78 d3f87f298062
child 97 c6a5d1c4df41
--- a/reports/Builder__ReportRunner.st	Mon Jul 02 23:32:29 2012 +0200
+++ b/reports/Builder__ReportRunner.st	Sat Aug 11 09:01:52 2012 +0200
@@ -163,7 +163,8 @@
         parser parse: argv for: self.        
     ] on: Error do:[:ex|
         Stderr nextPutLine:'Error when processing options: ', ex description.
-        debugging ifFalse:[
+        debugging ifFalse:[     
+            ex suspendedContext fullPrintAllOn: Stderr.
             Stderr nextPutLine:'Exiting'.
             Smalltalk exit:1.
         ] ifTrue:[
@@ -187,7 +188,7 @@
         ]
     ]
 
-    "Modified: / 07-11-2011 / 09:26:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 11-08-2012 / 08:01:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !ReportRunner class methodsFor:'documentation'!