The breakpoint manager now works -- breakpoints can be set from the main debugger...
[macgdbp.git] / Source / BreakpointManager.m
2008-06-12 Robert SesekThe breakpoint manager now works -- breakpoints can...
2008-06-11 Robert SesekHave the BreakpointManager tell the DebuggerConnection...
2008-06-10 Robert SesekAdd a prop for DebuggerConnection and change the breakp...
2008-06-10 Robert SesekRewrite BreakpointManager to use NSArray instead a...
2008-06-06 Robert SesekWe aren't going to store breakpoints in NSUserDefaults
2008-06-05 Robert SesekComment out the saving of breakpoints to NSUserDefaults...
2008-04-17 Robert SesekAdd an initial breakpoints manager window and save...
2008-04-02 Robert SesekMerge branch 'breakpoints'
2008-04-02 Robert SesekReturn the breakpoint when removing in BreakpointManager
2008-04-02 Robert SesekAdd support for removing a breakpoint
2008-04-02 Robert SesekAdding a new class called BreakpointManager so we don...