MiniDebugger.st
changeset 15927 65b8082c8e68
parent 15861 3728b99e2452
child 15929 84483f64a975
--- a/MiniDebugger.st	Mon Feb 03 10:20:49 2014 +0100
+++ b/MiniDebugger.st	Mon Feb 03 10:20:54 2014 +0100
@@ -39,9 +39,9 @@
 "
     a primitive (non graphical) debugger for use on systems without
     graphics or when the real debugger dies (i.e. an error occurs in
-    the graphical debugger).
-    Also, if an interrupt occurs within the debuger, this one is called
-    for.
+    the graphical debugger or the UI/event handler is broken).
+    Also, if an interrupt occurs within the debuger, this one is called for.
+    Needs a console.
 
     MiniDebugger enter
 
@@ -1034,10 +1034,10 @@
 !MiniDebugger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.92 2013-12-06 18:31:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.93 2014-02-03 09:20:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.92 2013-12-06 18:31:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.93 2014-02-03 09:20:54 cg Exp $'
 ! !