Re: [v8-users] Re: how to debug torque

2018-06-22 Thread Caitlin Potter
It should be possible to add gdb line mapping with `#line` directives in the output, I think. With a little work, it should also be possible to support inspecting Torque variables, instead of having to inspect registers and figure out what refers to what, and calculating on-stack variables

[v8-users] Re: how to debug torque

2018-06-21 Thread cyril
I just want to debug the code in ".tq" file or the code which is created by torque 在 2018年6月22日星期五 UTC+8上午11:34:30,cyril写道: > > Recently, I discovered that v8 has added a module named torque. Anyone > know how to debug it ?? > -- -- v8-users mailing list v8-users@googlegroups.com

[v8-users] Re: how to debug torque

2018-06-21 Thread Zac Hansen
That's not a very detailed question. What is insufficient with the usual tools? On Thursday, June 21, 2018 at 8:34:30 PM UTC-7, cyril wrote: > > Recently, I discovered that v8 has added a module named torque. Anyone > know how to debug it ?? > -- -- v8-users mailing list