2020-04-12 |
Robert Sesek | Expand variables after an outline view item expands. |
blob | commitdiff | raw |
2020-04-12 |
Robert Sesek | Fix not consistently scrolling to the active line. |
blob | commitdiff | raw | diff to current |
2020-04-12 |
Robert Sesek | Fix unreliable variable expansion after debugger steps. |
blob | commitdiff | raw | diff to current |
2020-04-12 |
Robert Sesek | Fix a crash when changing stack frames after disconnecting. |
blob | commitdiff | raw | diff to current |
2019-12-15 |
Robert Sesek | Turn off the App Sandbox for now. |
blob | commitdiff | raw | diff to current |
2019-12-15 |
Robert Sesek | Show the FileAccessController when reading a source... |
blob | commitdiff | raw | diff to current |
2019-09-13 |
Robert Sesek | Convert the entire project to ARC. |
blob | commitdiff | raw | diff to current |
2019-09-11 |
Robert Sesek | Put the listening port information into the status... |
blob | commitdiff | raw | diff to current |
2019-09-11 |
Robert Sesek | Use a small toolbar, and stop putting the port in the... |
blob | commitdiff | raw | diff to current |
2019-09-03 |
Robert Sesek | Increase the width of the segmented control, to hide... |
blob | commitdiff | raw | diff to current |
2019-09-02 |
Robert Sesek | Rewire Debugger.xib to properties rather than ivars. |
blob | commitdiff | raw | diff to current |
2019-09-02 |
Robert Sesek | Convert the remaining DebuggerController IBOutlets... |
blob | commitdiff | raw | diff to current |
2019-09-02 |
Robert Sesek | Fix memory problems found by the analyzer. |
blob | commitdiff | raw | diff to current |
2019-09-02 |
Robert Sesek | Refactor some of DebuggerController's ivars. |
blob | commitdiff | raw | diff to current |
2019-09-02 |
Robert Sesek | Remove unused -[DebuggerController resetDisplays]. |
blob | commitdiff | raw | diff to current |
2016-12-06 |
Robert Sesek | Add support for call breakpoints to BreakpointManager. |
blob | commitdiff | raw | diff to current |
2016-12-05 |
Robert Sesek | Move the status into the toolbar, and remove it from... |
blob | commitdiff | raw | diff to current |
2016-12-05 |
Robert Sesek | Fix up Eval after moving it into the debugger. |
blob | commitdiff | raw | diff to current |
2016-12-05 |
Robert Sesek | Store the last-used debugger segment in prefs. |
blob | commitdiff | raw | diff to current |
2016-12-04 |
Robert Sesek | Make BreakpointManager a property of DebuggerModel... |
blob | commitdiff | raw | diff to current |
2016-12-04 |
Robert Sesek | Remove the dedicated Breakpoints source view. |
blob | commitdiff | raw | diff to current |
2016-12-02 |
Robert Sesek | Make BSSourceView.markers be a set of line numbers... |
blob | commitdiff | raw | diff to current |
2016-08-05 |
Robert Sesek | Move the Eval window into a tabbed section. |
blob | commitdiff | raw | diff to current |
2016-08-04 |
Robert Sesek | Call -[DebuggerController updateSegmentControl] when... |
blob | commitdiff | raw | diff to current |
2016-08-04 |
Robert Sesek | Move Breakpoints from a window to a view in the main... |
blob | commitdiff | raw | diff to current |
2016-08-04 |
Robert Sesek | Add a tab view and segmented control for selection... |
blob | commitdiff | raw | diff to current |
2016-04-10 |
John Cook | Replace explicit |-display| with |-setNeedsDisplay... |
blob | commitdiff | raw | diff to current |
2016-04-10 |
Robert Sesek | Create string constants for all preference names. |
blob | commitdiff | raw | diff to current |
2016-01-31 |
John Cook | In -[DebuggerController debuggerConnected] clear out... |
blob | commitdiff | raw | diff to current |
2015-12-07 |
Robert Sesek | Merge branch 'debugger-back-end' |
blob | commitdiff | raw | diff to current |
2015-12-07 |
Robert Sesek | Some final header nits. debugger-back-end |
blob | commitdiff | raw | diff to current |
2015-12-07 |
Robert Sesek | Inject autoAttach into DebuggerBackEnd's designated... |
blob | commitdiff | raw | diff to current |
2015-12-07 |
Robert Sesek | Remove -[DebuggerBackEnd isConnected]. |
blob | commitdiff | raw | diff to current |
2015-12-07 |
Robert Sesek | Remove DebuggerBackEndDelegate. |
blob | commitdiff | raw | diff to current |
2015-12-07 |
Robert Sesek | Remove -[DebuggerBackEndDelegate errorEncountered:]. |
blob | commitdiff | raw | diff to current |
2015-12-02 |
Robert Sesek | Remove -[DebuggerBackEndDelegate sourceUpdated:]. |
blob | commitdiff | raw | diff to current |
2015-12-02 |
Robert Sesek | Rewrite variable and property loading. |
blob | commitdiff | raw | diff to current |
2015-10-24 |
Robert Sesek | Merge branch 'message-queue' into debugger-back-end |
blob | commitdiff | raw | diff to current |
2015-10-24 |
Robert Sesek | Ensure that stack frames are loaded when the array... |
blob | commitdiff | raw | diff to current |
2015-10-24 |
Robert Sesek | Move management of the stack to DebuggerModel. |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Robert Sesek | Introduce DebuggerModel, which will be updated by the... |
blob | commitdiff | raw | diff to current |
2015-10-11 |
Robert Sesek | Clean up EvalController by using a callback in -[Debugg... |
blob | commitdiff | raw | diff to current |
2015-10-11 |
Robert Sesek | Clean up DebuggerBackEnd and move all the ivars into... |
blob | commitdiff | raw | diff to current |
2015-10-10 |
Robert Sesek | Refactor -[DebuggerController fetchChildProperties:]. |
blob | commitdiff | raw | diff to current |
2011-05-01 |
Robert Sesek | Merge branch 'eval-sheet' |
blob | commitdiff | raw | diff to current |
2011-05-01 |
Robert Sesek | Only enable the Eval window button if connected to... |
blob | commitdiff | raw | diff to current |
2011-05-01 |
Robert Sesek | Add |-[DebuggerBackEndDelegate scriptWasEvaluatedWithRe... |
blob | commitdiff | raw | diff to current |
2011-05-01 |
Robert Sesek | Hook up the EvalController and modal interface via... |
blob | commitdiff | raw | diff to current |
2011-02-26 |
Robert Sesek | Merge branch 'ruler-view' |
blob | commitdiff | raw | diff to current |
2011-02-26 |
Robert Sesek | Merge branch 'x86_64' |
blob | commitdiff | raw | diff to current |
2011-02-19 |
Robert Sesek | Move dealing with the socket into NetworkCallbackContro... |
blob | commitdiff | raw | diff to current |
2011-01-16 |
Robert Sesek | Initial work to get a source view using NSRulerView. |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Robert Sesek | Correct types in DebuggerController.m |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Robert Sesek | Don't use [connection attached] as a condition on which... |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Robert Sesek | Happy new year! |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Robert Sesek | Add a "stop" button to the toolbar that detaches the... |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Robert Sesek | Add a hack to get |-expandVariables| working. |
blob | commitdiff | raw | diff to current |
2010-12-18 |
Robert Sesek | Renaming because there's too many Debugger* classes |
blob | commitdiff | raw | diff to current |
2010-12-18 |
Robert Sesek | Merge -[DebuggerController startDebugger] and |-debugge... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Robert Sesek | Remove the remote host from the title. |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Robert Sesek | In -[DebuggerController debuggerConnected], do not... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Robert Sesek | * Store the DebuggerAttached value in the preferences |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Robert Sesek | * Remove the AutoReconnect preference item now that... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Robert Sesek | Do away with the concept of "reconnect" and use a checb... |
blob | commitdiff | raw | diff to current |
2010-11-22 |
Robert Sesek | Update the API for loading properties to just pass... |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Robert Sesek | Try to make socket reuse more robust. It isn't working. |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Robert Sesek | Switch to using VariableNode in the interface. Reduce... |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Robert Sesek | Remove the pending property after it is received. |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Robert Sesek | Initial work to get properties loading asynchronously... |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Robert Sesek | Tabs to spaces. |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Robert Sesek | Lazily load the complete stack frame for anything but... |
blob | commitdiff | raw | diff to current |
2010-05-31 |
Robert Sesek | Rename DebuggerConnection to DebuggerProcessor in prepa... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Robert Sesek | Create a LoggingController that shows all the commands... |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Robert Sesek | Remove two obsolete methods: |-[DebuggerConnection... |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Robert Sesek | Rewrite |-[DebuggerConnection getProperty:]| to be... |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Robert Sesek | Rename GDBpConnection to DebuggerConnection. Also organ... |
blob | commitdiff | raw | diff to current |
2010-02-21 |
Robert Sesek | * Start plumbing data back to the UI now that we're... |
blob | commitdiff | raw | diff to current |
2010-02-21 |
Robert Sesek | Receive contexts and then request their variables;... |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Robert Sesek | Happy new year! |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Robert Sesek | Remove IDE key preference because this is a property... |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Robert Sesek | Remove the |session| ivar from GDBpConnection. Use... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Robert Sesek | In |-debuggerDisconnected|, unmark the program counter... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Robert Sesek | Fix warnings about GDBpConnectionDelegate by including... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Robert Sesek | * Add a preference to automatically reconnect. Fixes... |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Robert Sesek | Add a toolbar icon for the HUD window, which required... |
blob | commitdiff | raw | diff to current |
2009-05-17 |
Robert Sesek | Don't try to manage the stack using internal state... |
blob | commitdiff | raw | diff to current |
2009-05-17 |
Robert Sesek | Add a preference to disable automatic step-in upon... |
blob | commitdiff | raw | diff to current |
2009-05-16 |
Robert Sesek | Merge branch 'bug-157' |
blob | commitdiff | raw | diff to current |
2009-05-16 |
Robert Sesek | Merge branch 'cosmetics' |
blob | commitdiff | raw | diff to current |
2009-05-16 |
Robert Sesek | Factored out the stack reloading code |
blob | commitdiff | raw | diff to current |
2009-05-10 |
Robert Sesek | Make the asterisk attached to the type, rather than... |
blob | commitdiff | raw | diff to current |
2009-05-10 |
Robert Sesek | Fix the run command by having it obliterate the current... |
blob | commitdiff | raw | diff to current |
2009-05-04 |
Robert Sesek | Set the SourceView.file to nil and tell the stack NSArr... |
blob | commitdiff | raw | diff to current |
2009-04-04 |
Robert Sesek | Before setting selectedVariable, we need to make sure... |
blob | commitdiff | raw | diff to current |
2009-04-04 |
Robert Sesek | Retain the selection in the variable list when stepping... |
blob | commitdiff | raw | diff to current |
2009-04-02 |
Robert Sesek | Not all breakpoint markers would be displayed in the... |
blob | commitdiff | raw | diff to current |
2009-04-02 |
Robert Sesek | Have the inspector remember its visibility |
blob | commitdiff | raw | diff to current |
2009-04-02 |
Robert Sesek | Add an item to the Window menu to allow the inspector... |
blob | commitdiff | raw | diff to current |
2009-02-10 |
Robert Sesek | Convert the run command to use the StackFrame system |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Robert Sesek | When the debugger connects, automatically step in to... |
blob | commitdiff | raw | diff to current |
next |