class: MiniDebugger
authorClaus Gittinger <cg@exept.de>
Mon, 03 Feb 2014 10:20:54 +0100
changeset 15927 65b8082c8e68
parent 15926 2a89ee50988c
child 15928 c73eba7ee86c
class: MiniDebugger comment/format in: #documentation
MiniDebugger.st
--- 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 $'
 ! !