You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
@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.
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:
Thanks!
The text was updated successfully, but these errors were encountered: