Making the buttons change their enabled state depending on where we are in debugging
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 5 Aug 2007 19:55:34 +0000 (12:55 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 5 Aug 2007 19:55:34 +0000 (12:55 -0700)
commit874b07e72120cd55d5fe5373005de693c5d33f32
treecb7909780ad8cb604f849eded5bc287eac0da057
parentaa404d0543c2d14846bb6a4b1a0bad5dd9e38f89
Making the buttons change their enabled state depending on where we are in debugging

* Source/DebuggerWindowController.m:
([DebuggerWindowController setStatus:]): Disable all the buttons and reenable "step in" and "run" if we're connected
([DebuggerWindowController setStack:]): Enable the step in/out/over and run buttons appropriately
Source/DebuggerWindowController.m