Webstorm - Debugger console not properly working Follow
Hi,
my debugger console is not properly working. If I set a breakpoint and write a variable name in the debugger console next to ">" symbol and press Enter, I get as output, for example, "Object" without the possibility to expand and navigate it.
Do you have any idea about it?
I am using Webstorm 2019.3.2
Thanks!
Flavio
Please sign in to leave a comment.
Do you have
js.debugger.webconsole
enabled in Registry... ( Help > Find action, typeregistry...
to locate it)?Please share your idea.log ( Help > Show Log in ...)
Hi Elena Pogorelova ,
thank you very much, sharing the log is not necessary: I don't know why but js.debugger.console was disabled and now I can correctly navigate in the object that I want to debug
Thanks!!
Flavio