Firebug debugging parsing error? -


i getting wierdness firebug debugger. have screenshots explain problem:

http://www.tqis.com/pen/eloquency/images/tmp/before.png

as screenshot demonstrates, line numbers after 885 not colored green, means firebug not recognize these statements executable code.

after confounding hour or so, got these results

http://www.tqis.com/pen/eloquency/images/tmp/after.png

the difference between files in editor commented blank line.

this seems unreliable workaround. can share more helpful?

thanks!

there firebug bugs related this:

also note else asked because of similar problem lately.

the firebug working group working on moving new debugger api, should (hopefully) fix such problems.


Comments

Popular posts from this blog

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