Adding support to actually set breakpoints on the debuger side
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 2 Apr 2008 21:26:36 +0000 (17:26 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 2 Apr 2008 21:26:36 +0000 (17:26 -0400)
commit284d63e404b7db3be3004c4539f84b509caac411
tree1a0e35e57b933c4ae73d585845209d15069d34b9
parent3740643f6bf479c90b164d8825a77c2061d6cad6
Adding support to actually set breakpoints on the debuger side

* Source/Breakpoint.h: New debuggerId ivar to keep track of the engine's tracking ID
* Source/Breakpoint.m: Synthesize ivar
* Source/DebuggerConnection.m/h:
([DebuggerConnection addBreakpoint:]): New method
([DebuggerConnection removeBreakpoint:]): New method
* Source/DebuggerWindowController.m:
([DebuggerWindowController gutterClickedAtLine:forFile:]): When adding a breakpoint, tell the engine to set it
Source/Breakpoint.h
Source/Breakpoint.m
Source/DebuggerConnection.h
Source/DebuggerConnection.m
Source/DebuggerWindowController.m