Table of Contents

Method StartDebugging

Namespace
Alternet.Scripter.Debugger.TypeScript
Assembly
Alternet.Scripter.TypeScript.Debugger.v9.dll

StartDebugging(StartDebuggingOptions)

Starts executing the program from the entry point with specified settings.

public void StartDebugging(StartDebuggingOptions options)

Parameters

options StartDebuggingOptions

Debugging options.

StartDebugging()

Starts executing the program from the entry point with default settings.

public void StartDebugging()