diff -r 8096983985e5 -r 2f3d50c4e256 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:[