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

Interactive debugger console

Last modified: 10 August 2022

Required plugins: Javascript and TypeScript, JavaScript Debugger

The plugins are available only in IntelliJ IDEA Ultimate, where they are enabled by default.

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.