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

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
Post a Comment