-
Notifications
You must be signed in to change notification settings - Fork 36
P_CodeJam_CodeExceptions_BreakOnException
andrewvk edited this page Apr 22, 2016
·
8 revisions
[This is preliminary documentation and is subject to change.]
If true, breaks execution if debugger is attached and assertion is failed. Enabled by default.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static bool BreakOnException { get; set; }
VB
Public Shared Property BreakOnException As Boolean
Get
Set
F#
static member BreakOnException : bool with get, set
Type: Booleantrue
if the execution will break on exception creation, otherwise, false
.