Table of Contents

Property WaitForDebuggerOnStart

Namespace
Alternet.Scripter.TypeScript
Assembly
Alternet.Scripter.TypeScript.v9.dll

WaitForDebuggerOnStart

Gets of sets a boolean value indicates whether script engine is to wait for a debugger connection and schedule a pause before executing the first line of application script code.

[Browsable(false)]
public bool WaitForDebuggerOnStart { get; set; }

Property Value

bool

Remarks

WaitForDebuggerOnStart is set automatically by ScriptDebugger when debugging TypeScript files or projects.