Re: [v8-users] Debugging v8 applications from vscode

2018-09-21 Thread J Decker
On Fri, Sep 21, 2018 at 6:33 AM madana gopal wrote: > Hi, > > We are embedding v8 javascript engine in our application. We are in need > to debug javascripts running under v8 remotely from vscode. It looks v8 > have inspector protocol. But, whether is it possible from vscode to > directly commun

[v8-users] Debugging v8 applications from vscode

2018-09-21 Thread madana gopal
Hi, We are embedding v8 javascript engine in our application. We are in need to debug javascripts running under v8 remotely from vscode. It looks v8 have inspector protocol. But, whether is it possible from vscode to directly communicate with v8 inspector?. Do we have any extensions for it fro