Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

How to expand Object from a console.log() function #117

Open
aolin480 opened this issue Sep 13, 2016 · 1 comment
Open

How to expand Object from a console.log() function #117

aolin480 opened this issue Sep 13, 2016 · 1 comment

Comments

@aolin480
Copy link

I am on a Mac, and I have the debugger working correctly, but for some odd reason I cannot expand an Object I am sending to the Javascript Console pane? I tried double clicking it, selecting it and clicking on evaluate, selecting the line and clicking on evaluate, I have no idea how to expand this like we can in Chrome Console?

Anything I am missing?

The line I am referring to is something like:

[LOG] http://localhost/wp-content/themes/MyTheme/includes/js/custom.js?ver=4.4.1:8 Object 

Thanks!

@aolin480 aolin480 changed the title How to expand Object from console.log How to expand Object from a console.log() function Sep 13, 2016
@danmoseley
Copy link
Collaborator

@aolin480 From my memory, we did not implement that feature. I bet it's totally doable, if you want to contribute. A workaround might be to stash the object in some global or otherwise make it easily accessible from the locals pane or easy to evaluate.

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

No branches or pull requests

2 participants