Fixed a bug where stepIn would remove the current stack frame if the file was the...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 3 Dec 2008 07:13:11 +0000 (02:13 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 3 Dec 2008 07:13:11 +0000 (02:13 -0500)
commit41d9af4f8e6ac654f1d1f3018338babfd7d9c634
treedb0df56fdea919215f9ba485b5f9182de2ccbd33
parent667fa689bc84f8d7f49a1718c29f9ca49f9ce424
Fixed a bug where stepIn would remove the current stack frame if the file was the same but a function call was made

* Source/StackFrame.m:
(isShiftedFrame:): A frame is shifted if it is in the same file AND it is still in the same function
Source/StackFrame.m