Javascript obfuscation and extreme situation in production solving

Posted by faya on Stack Overflow See other posts from Stack Overflow or by faya
Published on 2010-05-14T07:45:12Z Indexed on 2010/05/14 7:54 UTC
Read the original article Hit count: 283

Hello,

I have a few questions regarding JavaScript obfuscation on client side.

First question: What is the best tool or best three tools which ones you could suggest for this operation?

Second question: How developers should debug such code (in example with firebug) when extreme situation appears in the production if the code is obfuscated?

P.S. - I know that it's bad practice to debug in production, but we had some emergencies and experienced sometimes such situations.

Thanks for any help!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about client-side