Setting up the JavaScript debugger

Web applications are probably the most popular application type nowadays. If you work on the frontend, JavaScript debugging can come in handy. Of course, the JavaScript Developer Tools included in Chrome or Firefox's Firebug are very, very good. However, having a common IDE with a powerful editor, refactoring tools, and keyboard shortcuts to debug the backend and frontend at the same time will boost your productivity a lot without question. IntelliJ IDEA comes equipped with a fully featured JavaScript debugger. It's bundled as a JetBrains plugin and is enabled by default. If you happen to disable it, refer the Picking your plugins section in Chapter 1, Get to Know Your IDE, Fast, to enable it again.

You can install ...

Get IntelliJ IDEA Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.