45@protocol OODebugMonitorInterface
48- (void)disconnectDebugger:(in
id<OODebuggerInterface>)debugger
49 message:(in NSString *)message;
55- (oneway void)performJSConsoleCommand:(in NSString *)command;
57- (id)configurationValueForKey:(in NSString *)key;
58- (void)setConfigurationValue:(in
id)value forKey:(in NSString *)key;
60- (NSString *)sourceCodeForFile:(in NSString *)filePath line:(in
unsigned)line;
87- (BOOL)setDebugger:(
id<OODebuggerInterface>)debugger;
90- (void)appendJSConsoleLine:(
id)string
91 colorKey:(NSString *)colorKey
92 emphasisRange:(NSRange)emphasisRange;
94- (void)appendJSConsoleLine:(
id)string
95 colorKey:(NSString *)colorKey;
97- (void)clearJSConsole;
100- (id)configurationValueForKey:(NSString *)key class:(Class)class defaultValue:(
id)value;
101- (
long long)configurationIntValueForKey:(NSString *)key defaultValue:(
long long)value;
103- (NSArray *)configurationKeys;
105- (BOOL) debuggerConnected;
107- (void) dumpMemoryStatistics;
108- (size_t) dumpJSMemoryStatistics;
110- (void) setTCPIgnoresDroppedPackets:(BOOL)flag;
111- (BOOL) TCPIgnoresDroppedPackets;
113- (void) setUsingPlugInController:(BOOL)flag;
114- (BOOL) usingPlugInController;
117- (void) applicationWillTerminate;
NSMutableDictionary * _bgColors
NSMutableDictionary * _sourceFiles
BOOL _usingPlugInController
id< OODebuggerInterface > _debugger
NSMutableDictionary * _configOverrides
BOOL _TCPIgnoresDroppedPackets
NSDictionary * _configFromOXPs
struct JSObject * _jsSelf
NSMutableDictionary * _fgColors
typedef long(ZCALLBACK *tell_file_func) OF((voidpf opaque