Interface IScriptDebugger
- Namespace
 - Alternet.Scripter.Debugger.TypeScript
 
- Assembly
 - Alternet.Scripter.TypeScript.Debugger.v10.dll
 
Provides methods and properties that allow developers to debug applications in the common language runtime (CLR) environment.
public interface IScriptDebugger : IScriptDebuggerBase
  Properties
- ScriptRun
 When implemented by a class, contains all information required to compile and run the script
Methods
- AddBreakpointAsync(Breakpoint)
 When implemented by a class, adds a
Breakpointto the list.
- EnableBreakpointAsync(Breakpoint, bool)
 When implemented by a class, enables or disables specified breakpoint.
- RemoveBreakpointAsync(Breakpoint)
 When implemented by a class, removes a
Breakpointfrom the list.