Hi ClearScripts,
I try to find out how to debugging with Eclipse. The setup works fine and the output window in Eclipse shows me information like this:
Best regards,
Torsten
I try to find out how to debugging with Eclipse. The setup works fine and the output window in Eclipse shows me information like this:
> Received from Chrome:
Type: connect
V8-Version: 3.24.17
Protocol-Version: 1
Embedding-Host: Visual Studio JavaScript
Content-Length: 0
> end of message
> Sent to Chrome:
> end of message
Content-Length:46
{"seq":1,"type":"request","command":"version"}
> end of message
> Received from Chrome:
Content-Length: 134
{"seq":0,"request_seq":1,"type":"response","command":"version","success":true,"body":{"V8Version":"3.24.17"},"refs":[],"running":true}
> end of message
and so on. I guess "Chrome" is here my application, I named the V8ScriptEngine instance "Visual Studio JavaScript". But I don't see what to do with that. Is there any chance to write from my script something to the output window? And how may I set a breakpoint? Best regards,
Torsten