Problem tidying Jquery in order to debug it

136 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 answers

0
couchoud On

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