Skip to content

Need an option to wait for a debugger connection #22

@Muchaszewski

Description

@Muchaszewski

V8ScriptEngine with flags EnableDebugging or/and EnableRemoteDebugging do not wait for debugging engine to connect when debugger method is provided in javascript

Engine = new V8ScriptEngine(V8ScriptEngineFlags.EnableDebugging | V8ScriptEngineFlags.EnableRemoteDebugging);
Engine.Execute("debugger;");

EDIT
I will double chcek which version V8 I'm currently using
EDIT
Happens on version 6.2.414.40

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions