Firebug debug problems with switch statement -


when have switch statement in javascript , want debug in firebug, cannot place break point lines of 1 case, because line numbers there greyed out (the rest green)!

for example: line 1347 or 1350

firefox version: 20.0 firebug version: 1.11.2

enter image description here

thanks alot in advance help!

this same bug issue 6441.

you should set breakpoint @ case statement, i.e. line 1346 , step through code.

note such questions firebug should better asked inside firebug discussion group. otherwise firebug working group may not know it.

also there a similar question 1 day before yours.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -