Does the javascript debugger in Safari 6 have the ability to de-minify javascript?

872 Views Asked by At

In the Chrome debugger under the "Sources" tab, there is a little "{}" button at the bottom that will de-minify minified code and make it human readable (turn on "pretty printing"), as well as allow the developer to set breakpoints, etc. I believe earlier versions of Safari also had this ability, but I haven't found anything similar in Safari 6... Does anyone know if Safari 6 has this ability?

1

There are 1 best solutions below

1
On

In Safari on Windows under the Scripts tab in the Developer Tools you have the equivalent {} "Pretty Print" icon which will do what you want.

enter image description here