WaitForDebuggerOnStart Property
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.
Declaration
[Browsable(false)]
public bool WaitForDebuggerOnStart { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Implements
Remarks
WaitForDebuggerOnStart is set automatically by ScriptDebugger when debugging TypeScript files or projects.