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

Debug JavaScript in FirefoxUltimate

Last modified: 10 June 2021

Required plugins: Javascript and TypeScript, JavaScript Debugger

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

With IntelliJ IDEA, you can debug your client-side JavaScript in Firefox, version 36 and later, using the Firefox remote debugging functionality. However it is strongly recommended that you use Chrome or any other browser of the Chrome family for the following reasons:

  • IntelliJ IDEA does not support source maps during a debugging session in FireFox, which blocks debugging of compressed or machine-generated JavaScript.

  • When debugging in Firefox, you cannot preview the changes to your HTML, CSS, or JavaScript code on the fly - this functionality, known as Live Edit, is supported only in Google Chrome.

You can debug an application running on the IntelliJ IDEA built-in web server or on an external server.