Debug JavaScript in Firefox

Last modified: 26 May 2021

Required plugins: Javascript and TypeScript, JavaScript Debugger

The plugins are bundled with RubyMine and enabled by default.

With RubyMine, 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:

  • RubyMine 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 RubyMine built-in web server or on an external server.