|
Oolite
|
#include <OODebugMonitor.h>
Inheritance diagram for <OODebugMonitorInterface>:Instance Methods | |
| (void) | - disconnectDebugger:message: |
| (oneway void) | - performJSConsoleCommand: |
| (id) | - configurationValueForKey: |
| (void) | - setConfigurationValue:forKey: |
| (NSString *) | - sourceCodeForFile:line: |
Definition at line 45 of file OODebugMonitor.h.
| - (id) configurationValueForKey: | (in NSString *) | key |
Reimplemented in OODebugMonitor.
| - (void) disconnectDebugger: | (in id< OODebuggerInterface >) | debugger | |
| message: | (in NSString *) | message | |
Reimplemented in OODebugMonitor.
| - (oneway void) performJSConsoleCommand: | (in NSString *) | command |
Reimplemented in OODebugMonitor.
| - (void) setConfigurationValue: | (in id) | value | |
| forKey: | (in NSString *) | key | |
Reimplemented in OODebugMonitor.
| - (NSString *) sourceCodeForFile: | (in NSString *) | filePath | |
| line: | (in unsigned) | line | |
Reimplemented in OODebugMonitor.