Skip to content

Console does not print objects while breakpoint is not hit #146

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
nvlbg opened this issue Feb 12, 2013 · 2 comments
Closed

Console does not print objects while breakpoint is not hit #146

nvlbg opened this issue Feb 12, 2013 · 2 comments

Comments

@nvlbg
Copy link

nvlbg commented Feb 12, 2013

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.

@bajtos
Copy link
Member

bajtos commented Jul 24, 2013

@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?

bajtos added a commit that referenced this issue Jul 24, 2013
Added a link to a related GH issue to Known Issues section.
@eplawless
Copy link
Contributor

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@eplawless @dannycoates @bajtos @nvlbg and others