DebugView.st
changeset 19137 eae7930e1b9f
parent 19132 e87d9411a94b
child 19179 b5927b4f57ab
equal deleted inserted replaced
19136:b9c57f3094a2 19137:eae7930e1b9f
 10650             (currentMethod notNil
 10650             (currentMethod notNil
 10651                 and:[currentMethod ~~ method
 10651                 and:[currentMethod ~~ method
 10652                 and:[ (currentMethod isWrapped and:[ method == currentMethod originalMethod]) not ]]
 10652                 and:[ (currentMethod isWrapped and:[ method == currentMethod originalMethod]) not ]]
 10653             ) ifTrue:[
 10653             ) ifTrue:[
 10654                 originalMethod := method.
 10654                 originalMethod := method.
 10655                 methodCodeToggleSelectionHolder value = 1 ifTrue:[
 10655                 methodCodeToggleSelectionHolder value == 1 ifTrue:[
 10656                     method := originalMethod.   "/ the one which is suspended / was executing
 10656                     method := originalMethod.   "/ the one which is suspended / was executing
 10657                 ] ifFalse:[
 10657                 ] ifFalse:[
 10658                     method := currentMethod.    "/ the one which has already been accepted/modified.
 10658                     method := currentMethod.    "/ the one which has already been accepted/modified.
 10659                     lineNrInMethod := nil.
 10659                     lineNrInMethod := nil.
 10660                     canAccept := true.
 10660                     canAccept := true.