[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

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

2016-10-19 Thread Yang Guo
I would urge you to use the DevTools protocol instead, used for example in test/inspector/inspector-test.cc The old JSON debug API is deprecated and going to be removed soon. Cheers, Yang On Monday, October 17, 2016 at 11:00:30 PM UTC+2, WIlliam Taylor wrote: > > >

[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