Re: [v8-users] V8 JSON Debugging Protocol, Breakpoints not being set

2016-10-16 Thread Abhishek Singh
Maybe this standalone example for V8 JS Debugger might help - https://gist.github.com/abhi-bit/20b8569bc5d655659b51d425564eb49d . I didn’t try it on windows before, but should work there as well. > On 17-Oct-2016, at 04:02, 'WI

[v8-users] V8 JSON Debugging Protocol, Breakpoints not being set

2016-10-16 Thread 'WIlliam Taylor' via v8-users
Hi, Apologies if this is a trivial thing. I've been embedding V8 inside my own C++ application and have been working to get the JSON debugging protocol working. I have a background thread which listens to debugging JSON commands from Visual Studio Code and I forward them to V8 and I send them