Pretty print minified JavaScript with Google Chrome
Edit
So you have followed the best practice to minify your javascript. However, when there is a bug comes up you need to debug your javascript, it will be a pain in the ass. Luckily, Chrome as the cutting edge browser comes with cutting edge development tools.
Go To:
Developer Tools > Sources Panel > (pick the javascript file you want to debug which is minified) > click on the
" {} " button at the very bottom of the Developer Tools. (P.S. as of writing, I am using my Chrome 22)
More details : Pretty print JavaScript with Google Chrome | Cristian Radulescu
Go To:
Developer Tools > Sources Panel > (pick the javascript file you want to debug which is minified) > click on the
" {} " button at the very bottom of the Developer Tools. (P.S. as of writing, I am using my Chrome 22)
More details : Pretty print JavaScript with Google Chrome | Cristian Radulescu
Pretty print minified JavaScript with Google Chrome
Reviewed by DF
on
7:17:00 PM
Rating: