We now get the property when we go past the currently-fetched depth but we do not...
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 5 Aug 2007 07:24:05 +0000 (00:24 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 5 Aug 2007 07:24:05 +0000 (00:24 -0700)
commit356ddd51f805ef5ee2150c6dfb40446a22e72c44
tree55dd31af3b81402813fa5f327f92fdcbcd4ed160
parent1b8c41520cd4da99c4a236cc225adf1b6ba0a6d9
We now get the property when we go past the currently-fetched depth but we do not have the display updating yet

* Source/DebuggerConnection.h: New ivar _depthFetchElement to record the element that requested more registers
* Source/DebuggerConnection.m:
([DebuggerConnection dataReceived:deliverTo:]): Removed an NSLog()
([DebuggerConnection getProperty:forElement:]): New method that gets a specified property for a specific element
([DebuggerConnection propertyReceived:]): Recived data delivery handler for getProperty:forElement:
* Source/DebuggerWindowController.m:
([DebuggerWindowController outlineViewItemDidExpand:]): Call the getProperty:forElement: method to get deeper properties
* English.lproj/Debugger.nib: Set the delegate of the NSOutlineView to be the first responder
English.lproj/Debugger.nib/keyedobjects.nib
Source/DebuggerConnection.h
Source/DebuggerConnection.m
Source/DebuggerWindowController.m