May 3, 2012
is there a way to disable javascript debugging on a live server
Question by kayfun
Is there a way to tell debugging tools (firebug and the likes) never to be enabled for your website regardless of user’s browser configurations?
Answer by Konstantin Pribluda
no.
client is free to do whatever it sees fit with your javascript. You may try to obfuscate – but this is not effective against determined developers
Answer by Starx
Scripts, HTML, CSS, Images everything is loaded to the client before the page opens. So he can do anything he likes with what he has in his system. There is no way to disable it.
Even If there is a possibility of doing such, he can remove that as well.