(Javascript)(Debug) Object properties not shown
Hey,
im wondering why i dont get any information when i try to inspect a javascript variable
in phpstorm it looks like : 
but i guess it should looks like in firefox/chrome :


Does anyone know which settings i have to change to get more informations ( like in firefox/chrome )
Thanks
Please sign in to leave a comment.
Not currently possible, please vote for https://youtrack.jetbrains.com/issue/WEB-19291 to be notified on any progress with it
well, how do you debug javascript code when you cant see any properties ? the only was i can imagine is to enter an expression every stop on a breakpoint - if you need to see childs, widht, height and so on... impracticable.
so there is no debugger/inspector for html objects ? or do i need webstorm for this ( thought it is integrated in phpstorm )
>do i need webstorm for this ( thought it is integrated in phpstorm )
No; JavaScript debugger in WebStorm is the same as in PHPStorm