WebStorm
 
Get WebStorm
You are viewing the documentation for an earlier version of WebStorm.

Interactive debugger console

Last modified: 17 March 2022

The interactive Console pane shows you stack traces and everything that was logged in your code (for example, using console.*).

The Console pane is also a read-eval-print loop (REPL) so you can run JavaScript code snippets in it and interact with the page that you are currently debugging.

https://resources.jetbrains.com/help/img/idea/2022.2/js_interactive_debugger_console_object_shown_dark.png
Gif