Method StartDebugging
- Namespace
- Alternet.Scripter.Debugger.TypeScript
- Assembly
- Alternet.Scripter.TypeScript.Debugger.v10.dll
StartDebugging(StartDebuggingOptions)
Starts executing the program from the entry point with specified settings.
public void StartDebugging(StartDebuggingOptions options)Parameters
- optionsStartDebuggingOptions
- Debugging options. 
StartDebugging()
Starts executing the program from the entry point with default settings.
public void StartDebugging()