4 ACTIONS = {attach = id; showAttachPanel = id; };
5 CLASS = DebuggerApplication;
7 OUTLETS = {attachButton = NSButton; attachTable = NSTableView; attachWindow = NSPanel; };
11 ACTIONS = {myAction = id; stepInto = id; stepOut = id; stepOver = id; };
12 CLASS = FirstResponder;
14 SUPERCLASS = NSObject;