Connecting Tech Pros Worldwide Help | Site Map

dont debug certain code in firebug

Newbie
 
Join Date: Mar 2009
Posts: 24
#1: Oct 9 '09
I have two code files, one that I need to debug, and the other that has a refresh loop very often, so it gets in the way when I am debugging using firebug. Is there a way to say: debug file a.js, but not b.js?
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Posts: 4,126
#2: Oct 13 '09

re: dont debug certain code in firebug


i think this is not possible ... but you could use the log() method to log things from the script in question to the console ... which basicly means that you would need to write debug-statements in your code ...

kind regards
Reply