|
Class: IgnoredHalt (private in DebugView
This class is only visible from within
DebugView.
Object
|
+--DebugView::IgnoredHaltOrBreakpoint
|
+--DebugView::IgnoredHalt
|
+--DebugView::IgnoredError
- Package:
- stx:libtool
- Category:
- Interface-Debugger
- Owner:
- DebugView
instance creation
-
method: methodArg lineNumber: lineNumberArg
-
accessing
-
method
-
wait until really gone (it could still be on the call stack
-
method: methodArg lineNumber: lineNumberArg
-
self assert:(methodArg mclass notNil).
printing
-
printOn: aStream
-
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.
The default here is to output the receiver's class name.
BUT: this method is heavily redefined for objects which
can print prettier.
queries
-
isActive
-
true if this ignore-entry is still active
-
isForMethod: aMethod line: line
-
check in this order - method has a flushing side-effect, which is useful here...
-
isHaltIgnoredInMethod: aMethod line: line
-
-
isHaltIgnoredInMethod: aMethod line: line context: context
-
Transcript show:'?same as ign '; show:(weakMethodHolder at:1); show:' at '; showCR:lineNumber.
|