Re: [v8-users] Debugging ES6 modules with V8 inspector

2020-06-23 Thread Nupoor Kotasthane
Hi Ben, We have embedded V8 version 6.7 in our product. We use it to run and debug JavaScript. While debugging scripts is working okay, debugging ES6 modules using the inspector has this one problem. When using Debugger. evaluateOnCallFrame to inspect variables we keep getting an inspector

Re: [v8-users] Debugging ES6 modules with V8 inspector

2020-06-23 Thread Ben Noordhuis
On Mon, Jun 22, 2020 at 8:18 PM Nupoor Kotasthane wrote: > > Hi all, > > Is the V8 inspector equipped to debug ES6 modules? Our product embeds V8 and > and we integrate with the V8 inspector and use it to debug JavaScript. We > have noticed issues when we try to debug ES6 modules with the

Re: [v8-users] Debugging ES6 modules with V8 inspector

2020-06-23 Thread joko suwito
Thank you Pada tanggal Sel, 23 Jun 2020 01.18, Nupoor Kotasthane menulis: > Hi all, > > Is the V8 inspector equipped to debug ES6 modules? Our product embeds V8 > and and we integrate with the V8 inspector and use it to debug JavaScript. > We have noticed issues when we try to debug ES6