Method StartDebugging
- Namespace
- Alternet.Scripter.Debugger.IronPython
- Assembly
- Alternet.Scripter.IronPython.Debugger.v9.dll
StartDebugging(StartDebuggingOptions)
Starts executing the program from the entry point with specified settings.
public void StartDebugging(StartDebuggingOptions options)
Parameters
options
StartDebuggingOptionsSettings of debug process.
StartDebugging()
When implemented by a class, starts executing the program from the entry point with default settings.
public void StartDebugging()