Moving the depth checker from NSXMLElementAdditions.m to be in DebuggerWindowController
[macgdbp.git] / Source / DebuggerWindowController.m
2007-08-05 Robert SesekMoving the depth checker from NSXMLElementAdditions...
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekTrying to get the register viewer to work
2007-08-04 Robert SesekFixing the updateSourceViewer function to not depend...
2007-08-04 Robert SesekScroll to the proper line in the source file and colori...
2007-08-04 Robert SesekCalling updateSourceViewer: on selection change isn...
2007-08-04 Robert SesekStyling the NSTextView source viewer to be a fixed...
2007-08-04 Robert SesekStarting to implement the source viewer pane
2007-08-04 Robert SesekHooking up "Step Over" and "Step Out" buttons
2007-08-04 Robert SesekImplementing a buggy stack trace viewer.
2007-08-03 Robert SesekImplementing the "Step In" command
2007-08-03 Robert SesekAdding functionality to get the IP address of the remot...
2007-08-03 Robert SesekAdding support for the "run" command and acutally using...
2007-08-03 Robert SesekAdding support for error viewing on the Debugger window...
2007-08-02 Robert SesekRemoving all information about specifying a host becaus...
2007-08-01 Robert Sesek* Source/DebuggerConnection: Adding getters for _host...
2007-08-01 Robert Sesek* Source/ConnectWindowController.h: Adding outlets...