Keep breakpoints in the preferences so they are restored at launch
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 1 Aug 2008 17:21:57 +0000 (13:21 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 1 Aug 2008 17:21:57 +0000 (13:21 -0400)
commit830e082ffdd04f41197e40d852c02c96a664bd68
tree35415b70eae5af73767172ab707036d6afb52b54
parentc1fd4f2f7f4126d776544b68a5323ec96a0b6494
Keep breakpoints in the preferences so they are restored at launch

* Source/BreakpointManager.m+h: Add a savedBreakpoints ivar to hold the dictionarys
(addBreakpoint:): Add the breakpoint to the NSUserDefaults
(removeBreakpointAt:inFile:): Remove the breakpoint from NSUserDefaults
CHANGES
Source/BreakpointManager.h
Source/BreakpointManager.m