eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'DebugView::IgnoredHalt':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: IgnoredHalt (private in DebugView

This class is only visible from within DebugView.

Inheritance:

   Object
   |
   +--DebugView::IgnoredHaltOrBreakpoint
      |
      +--DebugView::IgnoredHalt

Package:
stx:libtool
Category:
Interface-Debugger
Owner:
DebugView

Instance protocol:

accessing
o  method
wait until really gone (it could still be on the call stack

o  method: methodArg lineNumber: lineNumberArg
self assert:(methodArg mclass notNil).

printing
o  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
o  isActive
true if this ignore-entry is still active

o  isForMethod: aMethod line: line
check in this order - method has a flushing side-effect, which is useful here...

o  isHaltIgnoredInMethod: aMethod line: line

o  isHaltIgnoredInMethod: aMethod line: line context: context
Transcript show:'?same as ign '; show:(weakMethodHolder at:1); show:' at '; showCR:lineNumber.



ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Mon, 04 Aug 2025 14:26:04 GMT