Use prefernce values to set the port and IDE key, rather than hard-coded values
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 9 Jul 2008 17:39:55 +0000 (13:39 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 9 Jul 2008 17:39:55 +0000 (13:39 -0400)
commit55f5039f4fc54566693aab4ead1b2755d08ed44c
tree5c50512d6509f570cf990402a95b5995cda6a092
parente3fe78c5fd54b78979d1112e40274247642dd67f
Use prefernce values to set the port and IDE key, rather than hard-coded values

* Source/DebuggerWindowController.m+h:
(initWithPort:session:): Renamed to -[init] and use preference values to set the port and IDE key
* Source/AppDelegate.m:
(applicationDidFinishLaunching:): Simply call init on DebuggerWindowController
Source/AppDelegate.m
Source/DebuggerWindowController.h
Source/DebuggerWindowController.m