Here is the problem - script on website dynamically generates new functions every x milliseconds. this function contains 'debugger' keyword.
In case i open firebug or debuggin console (i use firefox) - it immediately stops on that keyword. i can click 'disable breakpoint' but it will never hit it again - script generates new function. How can i disable 'debugger' keyword at all in all existing and every script function which will be created later? Here is an example of such website: www.avito.ru - biggest classifieds website in Russia Here is an example of script doing this: https://gist.github.com/nkapliev/b2131eb0113c90331797 Here is my post on stackoverflow: http://stackoverflow.com/questions/39766524/firefox-disable-debugger-keywords here Thanks! Anton -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/25a5517f-8857-4b57-9b17-794f60ef39d4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
