Adding support for the "run" command and acutally using the session name
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 22:02:30 +0000 (15:02 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 22:02:30 +0000 (15:02 -0700)
commita2913dda9786a73155cf408ca03facd8ceac66dc
tree51009c93618dd3e21783bd636420b04fb168e370
parenteb31a5b9eb7eaa321aa5b2298764641e2b543070
Adding support for the "run" command and acutally using the session name

* Source/DebuggerConnection.m|h:
([DebuggerConnection run]): New method that tells the script to continue running
([DebuggerConnection refreshStatus]): New method that sends the status command and then updates the display
([DebuggerConnection handshake:]): Renamed to _handshake
([DebuggerConnection updateStatus:]): Renamed to _updateStatus
([DebuggerConnection _createCommand:]): New method. Creates a new packet to send to the server with the session information tacked on
* Source/DebuggerWindowController.m|h:
([DebuggerWindowController run:]): New method to forward UI command to the DebuggerConnection
English.lproj/Debugger.nib/keyedobjects.nib
Source/DebuggerConnection.h
Source/DebuggerConnection.m
Source/DebuggerWindowController.h
Source/DebuggerWindowController.m