Implementing a buggy stack trace viewer.
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Aug 2007 07:08:38 +0000 (00:08 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Aug 2007 07:08:38 +0000 (00:08 -0700)
commit8968e1f0a6922d9602d29cdc1337a8f37608cd4c
tree9ee0058a8dcc2b5913e36a755f941792c0aaa89d
parentcd4b8d30cab66b70996c3274ad425974886c8afb
Implementing a buggy stack trace viewer.

* Source/DebuggerConnection.m:
([DebuggerConnection _stackReceived:]): New method, that is probably leaky, that gets all the attributes for a stack trace and dictionary-izes and array-izes them
* Source/DebuggerWindowController.m|h: Added a _stack ivar and then an appropriate setter
([DebuggerWindowController setStack:]): New method
* English.lproj/Debugger.nib: Adding a binding to _stack to display the stacktrace
English.lproj/Debugger.nib/keyedobjects.nib
Source/DebuggerConnection.m
Source/DebuggerWindowController.h
Source/DebuggerWindowController.m