V8ScriptEngineCancelAwaitDebugger Method |
Resumes script execution if the script engine is waiting for a debugger connection.
Namespace:
Microsoft.ClearScript.V8
Assembly:
ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.5
Syntaxpublic void CancelAwaitDebugger()
Public Sub CancelAwaitDebugger
public:
void CancelAwaitDebugger()
member CancelAwaitDebugger : unit -> unit
Remarks
This method can be called safely from any thread.
See Also