#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 01 Oct 2016 17:11:59 +0200
changeset 20501 b9160741f140
parent 20500 4767585b42c5
child 20502 34abf78c8d00
#DOCUMENTATION by cg class: MiniDebugger comment/format in: #documentation
MiniDebugger.st
--- a/MiniDebugger.st	Sat Oct 01 17:08:56 2016 +0200
+++ b/MiniDebugger.st	Sat Oct 01 17:11:59 2016 +0200
@@ -40,9 +40,10 @@
 documentation
 "
     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 or the UI/event handler is broken).
-    Also, if an interrupt occurs within the debuger, this one is called for.
+    graphics or when the real debugger dies 
+    (i.e. an error occurs in the graphical debugger or the UI/event handler is broken).
+    This one is also called for, if an interrupt occurs within the debuger, 
+    or if CTRL-C is pressed in the controlling tty/console.
     Needs a console.
 
     MiniDebugger enter