0
kicks
FireBug debugging Bug in If blocks
Here's an odd JavaScript debugging issue that pops up in FireBug from time to time: Occasionally Firebug incorrectly steps into code conditional code blocks that apparently is not actually executing in the JavaScript parsing; the debugger steps through the code but the code is not actually executed and any of the assignments in the block are never actually made.