Problem tidying Jquery in order to debug it

163 Views Asked by At

I'm attempting to debug a block of code and I can't see to get the indentation right. Does anyone have any tools they recommend to auto indent Javascript correctly? I've tried JSTidy and eclipse auto indent.

1

There are 1 best solutions below

0
On

http://jsbeautifier.org/ is meant to deobfuscate compressed scripts, but it should still do the job.