Table of Contents

Method StartDebugging

Namespace
Alternet.Scripter.Debugger.Python
Assembly
Alternet.Scripter.Python.Debugger.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()