GDBThread.st
changeset 104 4add55336dfe
parent 103 56bf65352505
child 106 12c96f17fc53
--- a/GDBThread.st	Thu Feb 15 08:46:03 2018 +0000
+++ b/GDBThread.st	Sat Feb 03 22:37:17 2018 +0000
@@ -115,6 +115,7 @@
                 newFrame addr = oldFrame addr ifTrue:[ 
                     "/ OK, the two frames are really the same thing
                     oldFrame setLevel: newFrame level.
+                    oldFrame setLevel: newFrame level. "/ Update level
                     new at: newFrameIndex put: (old at: oldFrameIndex).
                     newFrameIndex := newFrameIndex - 1.
                     oldFrameIndex := oldFrameIndex - 1.
@@ -154,6 +155,7 @@
 
     "Created: / 09-09-2014 / 00:02:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 15-02-2018 / 08:41:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 01-02-2018 / 23:19:50 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 status