#TUNING by exept
authorClaus Gittinger <cg@exept.de>
Sun, 08 Sep 2019 16:28:47 +0200
changeset 19137 eae7930e1b9f
parent 19136 b9c57f3094a2
child 19138 e276e89ad8e3
#TUNING by exept class: DebugView changed: #updateForContext:
DebugView.st
--- a/DebugView.st	Sun Sep 08 16:27:18 2019 +0200
+++ b/DebugView.st	Sun Sep 08 16:28:47 2019 +0200
@@ -10652,7 +10652,7 @@
                 and:[ (currentMethod isWrapped and:[ method == currentMethod originalMethod]) not ]]
             ) ifTrue:[
                 originalMethod := method.
-                methodCodeToggleSelectionHolder value = 1 ifTrue:[
+                methodCodeToggleSelectionHolder value == 1 ifTrue:[
                     method := originalMethod.   "/ the one which is suspended / was executing
                 ] ifFalse:[
                     method := currentMethod.    "/ the one which has already been accepted/modified.