Retain the selection in the variable list when stepping through code
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Apr 2009 03:31:24 +0000 (23:31 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Apr 2009 03:31:24 +0000 (23:31 -0400)
commit3650cf924246c3cd3756e7c74c1a984e107ee058
tree4db07c73f0074d7b9b6b7e14cb166270b075568a
parent39abefdb3df09a51a0f4a847d4f94e23c95ec9cd
Retain the selection in the variable list when stepping through code

* Source/DebuggerController.h: Add the selectedVariable ivar
* Source/DebuggerController.m:
(stepIn:): Save selected variable
(stepOut:): ditto
(stepOver:): ditto
(expandVariables): When looping over variables to expand, also reset the selection
CHANGES
Source/DebuggerController.h
Source/DebuggerController.m