We were previously using, for the stack table, the index of the row to determine...
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 11 Jan 2008 00:10:17 +0000 (16:10 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 11 Jan 2008 00:10:17 +0000 (16:10 -0800)
commit5c831ac995274e31a074aa14b9364c3e2c155e33
tree2985bfc8ed0637f94ad99a2588d7ac080fa2586b
parent4bcd6ce5a0020e528a46c16573f811811c034571
We were previously using, for the stack table, the index of the row to determine which source file to show instead of the "level" column of the row, which means sorting the stack table would screw things up

* Source/DebuggerWindowController.m:
([DebuggerWindowController updateSourceViewer]): Switch to using the selected item's "level" rather than the selected row index
Source/DebuggerWindowController.m