Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
<OODebugMonitorInterface> Protocol Reference

#include <OODebugMonitor.h>

+ Inheritance diagram for <OODebugMonitorInterface>:

Instance Methods

(void) - disconnectDebugger:message:
 
(oneway void) - performJSConsoleCommand:
 
(id) - configurationValueForKey:
 
(void) - setConfigurationValue:forKey:
 
(NSString *) - sourceCodeForFile:line:
 

Detailed Description

Definition at line 45 of file OODebugMonitor.h.

Method Documentation

◆ configurationValueForKey:

- (id) configurationValueForKey: (in NSString *) key

Reimplemented in OODebugMonitor.

◆ disconnectDebugger:message:

- (void) disconnectDebugger: (in id< OODebuggerInterface >) debugger
message: (in NSString *) message 

Reimplemented in OODebugMonitor.

◆ performJSConsoleCommand:

- (oneway void) performJSConsoleCommand: (in NSString *) command

Reimplemented in OODebugMonitor.

◆ setConfigurationValue:forKey:

- (void) setConfigurationValue: (in id) value
forKey: (in NSString *) key 

Reimplemented in OODebugMonitor.

◆ sourceCodeForFile:line:

- (NSString *) sourceCodeForFile: (in NSString *) filePath
line: (in unsigned) line 

Reimplemented in OODebugMonitor.


The documentation for this protocol was generated from the following file: