We need an instance of BreakpointWindowController in AppDelegate
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Jun 2008 19:55:03 +0000 (15:55 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Jun 2008 19:55:03 +0000 (15:55 -0400)
commitc3ea0e73ce49bd8f6a0000783b0f56ad9db5a60d
tree1c0378561c40e3ef5d25d7c1bb689741178e3d3b
parente80de8d11cec6662fbf29ecb292fd3a00c209191
We need an instance of BreakpointWindowController in AppDelegate

* Source/AppDelegate.m:
(applicationDidFinishLaunching:): Init BreakpointWindowController to breakpoints
* Source/BreakpointWindowController.m:
(init): Add an init method
Source/AppDelegate.m
Source/BreakpointWindowController.m