|
Oolite 1.91.0.7712-251017-85ce217
|
#include <OODebugMonitor.h>
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.