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

Re: [v8-users] Re: Where are let / const objects stored?

2018-06-22 Thread Gonzalo Diethelm
Jakob, I can see why that is the case for lexical scoped variables. Can you point me to more docs (LOL) or examples of how to traverse these Context objects? I will also check Zac's suggestion of looking at the debugging interface. Cheers! On Thursday, June 21, 2018 at 11:31:24 PM UTC+2,