dont debug certain code in firebug

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • byteit101
    New Member
    • Mar 2009
    • 25

    dont debug certain code in firebug

    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
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    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

    Comment

    Working...