Table of Contents

Property BreakOnUnhandledExceptions

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

BreakOnUnhandledExceptions

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

public bool BreakOnUnhandledExceptions { get; set; }

Property Value

bool