Method StartDebugging
StartDebugging(StartDebuggingOptions)
When implemented by a class, starts executing the program from the entry point with specified settings.
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.
void StartDebugging()