Table of Contents

Class StartDebuggingOptions

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

Defines debug process settings.

public class StartDebuggingOptions
Inheritance
StartDebuggingOptions
Derived

Properties

Arguments

Gets or sets command line argument for debug process.

BreakOnExceptions

Gets or sets a boolean flag that indicates whether the debugger should break on script exceptions. Default is true.

BreakOnStart

Gets or sets a boolean value indicating whether debugging should be paused immediately after start.

BreakOnUnhandledExceptions

Gets or sets a boolean flag that indicates whether the debugger should break on unhandled script exceptions. Default is true.

Default

Defines default debug process settings.

DisableJustMyCode

Gets or sets a boolean value indicating Just My Code is enabled. If true, MyCodeModules property has no effect.

HostApplication

Gets or sets host application for dll being debugged.

MethodArgs

Gets or set method arguments to debug the method.

MethodName

Gets or set method name to execute when debugging the method.

MyCodeModules

Gets or sets an array of full paths to modules treated as "My Code" for Just My Code debugging. If null, the main executable module is treated as "My Code".

Methods

Clone()