'+ tooltip' in Debugger Console
I have a debug session currently running. In my JS, I have a simple console logging of `this` which reports the window object. If I hover over it in the debugger console, I get a tooltip "+ Window = Window. According to the manual, I should be able to click on the "+" sign to see it children. But this does not work for me. I've tried clicking, command clicking, option clicking and nothing.
I was hoping to be able to get more info from the console when I log something that contains more than one value, such as a list or array.
I referenced the manual here: http://www.jetbrains.com/phpstorm/webhelp/evaluating-expressions.html but that does not work.
I'm using EAP 138.1505 on a mac.
Attachment(s):
Screen Shot 2014-08-20 at 9.10.00 AM.png
Please sign in to leave a comment.
Hi there,
Seems to be similar:
I thought it worked at some point because I was sure John Lindquist used it in one of the videos I saw. Oh well. Until that is working, The browser debugger is a better option for me.