When the debugger connects, automatically step in to the first frame to make the...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 28 Jan 2009 17:16:50 +0000 (12:16 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 28 Jan 2009 17:19:08 +0000 (12:19 -0500)
commit3825a8930e5c445872d799658808dea2cbe14561
tree8a43581fcc28a500bb2f75a9378b20cdb455bae8
parent95065ccc9c34a2b7381ca5a0c58fae680afed0ca
When the debugger connects, automatically step in to the first frame to make the debugger look active

* Source/DebuggerController.m+h:
(startDebugger): New method
* Source/GDBpConnection.m:
(socketDidAccept:): Call the -[startDebugger] method
CHANGES
Source/DebuggerController.h
Source/DebuggerController.m
Source/GDBpConnection.m