Debugging JavaScript - Inspecting function variables
Hello all,
When I'm debugging JavaScript and I inspect a variable that is a function object, all I see is a "[Function]" indicator. Is there a way for WebStorm to show me the actual function instead (like when I inspect in Chrome).
Thanks!
Please sign in to leave a comment.
Hello!
please, see http://youtrack.jetbrains.com/issue/WEB-1873 - is it what you are looking for? This fix will be available in WebStorm 7
Best regards,
Lena
Yes, that is exactly what I was looking for. Something to look forward to...thanks! :)