MiniDebugger.st
changeset 20500 4767585b42c5
parent 20499 92e0c1d2ecc8
child 20501 b9160741f140
equal deleted inserted replaced
20499:92e0c1d2ecc8 20500:4767585b42c5
    45     Also, if an interrupt occurs within the debuger, this one is called for.
    45     Also, if an interrupt occurs within the debuger, this one is called for.
    46     Needs a console.
    46     Needs a console.
    47 
    47 
    48     MiniDebugger enter
    48     MiniDebugger enter
    49 
    49 
       
    50     Attention:
       
    51         all printing is done via lowLevelErrorPrint,
       
    52         to ensure that output is to stderr, even if a logger is present, or
       
    53         Stderr has been set to some other stream (Transcript).
       
    54         Also to avoid the logger's interfering and adding imestamp information.
       
    55         
    50     [author:]
    56     [author:]
    51 	Claus Gittinger
    57         Claus Gittinger
    52 "
    58 "
    53 ! !
    59 ! !
    54 
    60 
    55 !MiniDebugger class methodsFor:'instance creation'!
    61 !MiniDebugger class methodsFor:'instance creation'!
    56 
    62