node-inspector / node-inspector

Node.js debugger based on Blink Developer Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console does not print objects while breakpoint is not hit

nvlbg opened this issue · comments

First, sorry for my bad english. Basically, if I'm on a breakpoint and, for example, type global in the console, the whole global object is shown, and I can see its properties. However, if the script isn't paused (no breakpoint), props of objects does not appear, but ints and strings for example does appear.

@nvlbg This is a know problem that's rather difficult to solve, because it requires support from V8 debugger. Is it a major obstacle in your debugging workflow?

It looks like this still isn't resolved, is there a plan to eventually tackle this?