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