Table of Contents

Property WaitForDebuggerOnStart

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

WaitForDebuggerOnStart

When implemented by a class, 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.

bool WaitForDebuggerOnStart { get; set; }

Property Value

bool