The breakpoint manager now works -- breakpoints can be set from the main debugger...
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Jun 2008 15:31:53 +0000 (11:31 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Jun 2008 15:31:53 +0000 (11:31 -0400)
commitbfadad26e2d3a9a9def30c4597497d4d976106ed
tree391d0733ce2ef4ba7d86559a4fb3dea5729f5c3d
parent25b6587ba875e3b7976f68af379762bf1df4411d
The breakpoint manager now works -- breakpoints can be set from the main debugger or the manager

* English.lproj/Breakpoints.xib: Set the NSTableView's delegate to be File's Owner and disconnect the content IBO to the NS-AC
* Source/BreakpointManager.m:
(updateDisplaysForfile:): New private method
(addBreakpoint:): Call [updateDisplaysForfile:]
(removeBreakpointAt:inFile:): ditto
* BreakpointWindowController.m+h: Add props and synth them for sourceView and arrayController ivars
(removeBreakpoint:): Fill out method stub
(tableViewSelectionDidChange:): Implement delegate method
* DebuggerWindowController.m+h: Add prop/synth for sourceViewer ivar
English.lproj/Breakpoints.xib
Source/BreakpointManager.m
Source/BreakpointWindowController.h
Source/BreakpointWindowController.m
Source/DebuggerWindowController.h
Source/DebuggerWindowController.m