[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

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

2016-10-17 Thread 'WIlliam Taylor' via v8-users
Hi Thanks for that, I already have something like that in my C++ application, basically I print incoming json from VSCode and also outgoing json from V8. When I c

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

2016-10-25 Thread 'WIlliam Taylor' via v8-users
I will certainly like to do that at a later date, but if I could just get the old debugging working first as its the simplest that would be good for my app. Any ideas on what I could be missing? Thanks On Sunday, 16 October 2016 23:32:51 UTC+1, WIlliam Taylor wrote: > > > Hi, > > Apologies i