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
         |
         +--DebugView::IgnoredError

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

Class protocol:

instance creation
o  method: methodArg lineNumber: lineNumberArg


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.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 09:54:25 GMT