#BUGFIX
authorClaus Gittinger <cg@exept.de>
Thu, 04 Feb 2016 13:45:25 +0100
changeset 19144 2f3d50c4e256
parent 19143 8096983985e5
child 19145 d67d8a5f23a0
#BUGFIX class: MiniDebugger changed: #showValidCommandHelp
MiniDebugger.st
--- a/MiniDebugger.st	Thu Feb 04 13:41:17 2016 +0100
+++ b/MiniDebugger.st	Thu Feb 04 13:45:25 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#MiniDebugger
 	instanceVariableNames:'tracing stepping traceBlock command commandArg commandCount
 		enteringContext dot nesting'
@@ -1005,7 +1007,7 @@
 !
 
 showValidCommandHelp
-	'valid commands:
+        'valid commands:
    c ........ continue
    s ........ step
    t ........ trace (continue with trace)
@@ -1039,8 +1041,8 @@
    r ........ receiver (in dot) printString
    i [expr] . inspect expression (or receiver in dot)
    I ........ interpreter (expression evaluator)
-   e expr ...  evaluate expression & print result ("E" to not print)
-   ? c [p] ..  help on class c (selectors matching p)
+   e expr ... evaluate expression & print result ("E" to not print)
+   ? c [p] .. help on class c (selectors matching p)
 '  errorPrintCR.
 
    (XWorkstation notNil and:[ Screen default isKindOf:XWorkstation ]) ifTrue:[