Implementing the "Step In" command
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 23:49:06 +0000 (16:49 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 23:49:06 +0000 (16:49 -0700)
commit3d0db17f79102e308d3b9ba575b5534ea80b1e20
treea84c9ae01595d650f640ca4a8db213e4bd523feb
parent5842014aeaf81e1e029a8c00740663802500eab8
Implementing the "Step In" command

* Source/DebuggerWindowController.m|h:
([DebuggerWindowController stepIn:]): New method to forward user action to the DebuggerConnection
* Source/DebuggerConnection.m|h:
([DebuggerConnection stepIn]): New method to tell the debugger to step in
* English.lproj/Debugger.nib: Hooking up the "step into" button
English.lproj/Debugger.nib/classes.nib
English.lproj/Debugger.nib/keyedobjects.nib
Source/DebuggerConnection.h
Source/DebuggerConnection.m
Source/DebuggerWindowController.h
Source/DebuggerWindowController.m