sokolovstas / SublimeWebInspector

Web Inspector allow you debug Javascript right in the editor

Home Page:http://sokolovstas.github.com/SublimeWebInspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

aolin480 opened this issue · comments

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 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.