Table of Contents

Method StartDebugging

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

StartDebugging(StartDebuggingOptions)

When implemented by a class, starts executing the program from the entry point with specified settings.

public void StartDebugging(StartDebuggingOptions options)

Parameters

options StartDebuggingOptions

Settings of debug process.

StartDebugging()

When implemented by a class, starts executing the program from the entry point with default settings.

public void StartDebugging()