Re: [v8-users] debugging protocol

2017-03-03 Thread DánielN
I have just started exploring debugging. I am lifting code (InspectorClient, InspectorFrontend) from d8 to my test project. I would like to connect my embedded v8 VM to CDT and debug it. Does anyone have some simple example that does that? It seems to me to be a long way and a big learning curv

Re: [v8-users] debugging protocol

2017-03-03 Thread Ben Noordhuis
On Fri, Mar 3, 2017 at 10:24 AM, Rishi Kumar wrote: > Is this mean, the code i wrote to interact with debug using these JSON based > protocol will no longer be work ? Removal of a feature tends to do that, yes. =) Your options are to either switch to the inspector API or stick with an old versio

Re: [v8-users] debugging protocol

2017-03-03 Thread Rishi Kumar
Hi, Is this mean, the code i wrote to interact with debug using these JSON based protocol will no longer be work ? Thanks, Rishi On Fri, Mar 3, 2017 at 2:51 PM, Ben Noordhuis wrote: > On Fri, Mar 3, 2017 at 10:10 AM, Rishi Kumar > wrote: > > Hi, > > > > I was reading and using the debugging

Re: [v8-users] debugging protocol

2017-03-03 Thread Ben Noordhuis
On Fri, Mar 3, 2017 at 10:10 AM, Rishi Kumar wrote: > Hi, > > I was reading and using the debugging protocol from this page > https://github.com/v8/v8/wiki/Debugging-Protocol . Its looks like it has > been removed from the github wiki. I dont know how to get that link page to > complete my work. I

[v8-users] debugging protocol

2017-03-03 Thread Rishi Kumar
Hi, I was reading and using the debugging protocol from this page https://github.com/v8/v8/wiki/Debugging-Protocol . Its looks like it has been removed from the github wiki. I dont know how to get that link page to complete my work. I need these protocol documentation which was clear and prop