Table of Contents

Class DebuggerCommunication.ScriptDebuggerRemoteControl

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.v10.dll
public class DebuggerCommunication.ScriptDebuggerRemoteControl : IScriptDebuggerRemoteControl, DebuggerCommunication.IScriptDebuggerRemoteControlClientCallback, IScriptRemoteControl
Inheritance
DebuggerCommunication.ScriptDebuggerRemoteControl
Implements

Constructors

ScriptDebuggerRemoteControl(IScriptDebuggerRemoteControlServer)

Methods

CompileScript(ScriptCompiledDelegate)

Compiles scripts, and calls back the given delegate when compilation is complete.

IsScriptRunning()

Returns boolean value indicating that script is currently running.

OnReadyToDebug(string)
OnScriptCompiled(string, ScriptCompilationResult)
OnScriptFinished(string)
ReadyToDebug(StartDebugDelegate)

Prepares debugger for script debugging.

StartScript(ScriptFinishedDelegate)

Starts script execution.

StopScript()

Stops script execution.