Table of Contents

Method StartDebugging

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.v10.dll

StartDebugging()

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

public override void StartDebugging()

StartDebugging(StartDebuggingOptions)

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

public override void StartDebugging(StartDebuggingOptions options)

Parameters

options StartDebuggingOptions

Debugging options.