Have the BreakpointManager tell the DebuggerConnection about breakpoints, rather...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 11 Jun 2008 13:46:12 +0000 (09:46 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 11 Jun 2008 13:46:12 +0000 (09:46 -0400)
commit96cf52e320c4745e2e534dc519176daf9e5d364e
treef97c8a23130119bec3fa2e77a97300eaffb64ebc
parent914bf451515ce5c242b33c0efce7136968d7339b
Have the BreakpointManager tell the DebuggerConnection about breakpoints, rather than controllers

* Source/BreakpointManager.m:
(addBreakpoint:)
(removeBreakpointAt:inFile:)
* Source/DebuggerWindowController.m:
(gutterClickedAtLine:forFile:)
Source/BreakpointManager.m
Source/DebuggerWindowController.m