DebugView.st
changeset 11892 d43bf1e174b5
parent 11890 16c5daa5083a
child 11898 970fade2f840
equal deleted inserted replaced
11891:85e5a231ffeb 11892:d43bf1e174b5
  1475     thisContext sender fixAllLineNumbers. "/ _CONTEXTLINENOS(s)
  1475     thisContext sender fixAllLineNumbers. "/ _CONTEXTLINENOS(s)
  1476 
  1476 
  1477     (self isHaltToBeIgnored) ifTrue:[
  1477     (self isHaltToBeIgnored) ifTrue:[
  1478         ^ self.
  1478         ^ self.
  1479     ].
  1479     ].
  1480     "/ does not work yet - but we should ignore any breakpoints while stepping
  1480 "/    "/ does not work yet - but we should ignore any breakpoints while stepping
  1481     (stepping and:[steppedContext notNil]) ifTrue:[
  1481 "/    (stepping and:[steppedContext notNil]) ifTrue:[
  1482         self isEnteredDueToBreakpointOrHalt ifTrue:[
  1482 "/        self isEnteredDueToBreakpointOrHalt ifTrue:[
  1483             'DebugView [info]: ignored other interrupt while stepping' infoPrintCR.
  1483 "/            'DebugView [info]: ignored other interrupt while stepping' infoPrintCR.
  1484             ^ self
  1484 "/            ^ self
  1485         ].
  1485 "/        ].
  1486     ].
  1486 "/    ].
  1487 
  1487 
  1488     iAmNew := drawableId isNil.
  1488     iAmNew := drawableId isNil.
  1489 
  1489 
  1490     verboseBacktrace := UserPreferences current verboseBacktraceInDebugger.
  1490     verboseBacktrace := UserPreferences current verboseBacktraceInDebugger.
  1491 
  1491 
  8083 ! !
  8083 ! !
  8084 
  8084 
  8085 !DebugView class methodsFor:'documentation'!
  8085 !DebugView class methodsFor:'documentation'!
  8086 
  8086 
  8087 version
  8087 version
  8088     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.562 2012-10-22 08:16:53 cg Exp $'
  8088     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.563 2012-10-22 20:20:55 cg Exp $'
  8089 !
  8089 !
  8090 
  8090 
  8091 version_CVS
  8091 version_CVS
  8092     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.562 2012-10-22 08:16:53 cg Exp $'
  8092     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.563 2012-10-22 20:20:55 cg Exp $'
  8093 !
  8093 !
  8094 
  8094 
  8095 version_SVN
  8095 version_SVN
  8096     ^ '§Id: DebugView.st 7818 2011-08-18 11:42:39Z vranyj1 §'
  8096     ^ '§Id: DebugView.st 7818 2011-08-18 11:42:39Z vranyj1 §'
  8097 ! !
  8097 ! !