Unminify JavaScript code to easily read and debug it

Help us make DevTools Tips better! Fill out this survey to tell us more about your DevTools habits and frustrations.

Categories: Supported by:

Unminify JavaScript code to easily read and debug it

Sometimes, the JavaScript code that runs on a website is minified and really hard to read. This is common in production.

You can unminify code in DevTools to read it more easily, and also set breakpoints.

The Sources panel in Chrome, showing the pretty-print button.

See also