Interface IScriptDebuggerRemoteControl
Represents methods for remote communication between application that executes script and debugger.
public interface IScriptDebuggerRemoteControl
Methods
- CompileScript(ScriptCompiledDelegate)
When implemented by a class, compiles scripts, and calls back the given delegate when compilation is complete.
- IsScriptRunning()
When implementing by a class, returns boolean value indicating that script is currently running.
- StartScript(ScriptFinishedDelegate)
When implemented by a class, starts script execution.
- StopScript()
When implemented by a class, stops script execution.