DebugView.st
changeset 19137 eae7930e1b9f
parent 19132 e87d9411a94b
child 19179 b5927b4f57ab
--- 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.