I have figured out how to duplicate this. Using the following html:
<html> <head> <title></title> <script type="text/javascript"> var var1 = ""; var val2 = ""; var val3 = ""; function test() { var1.abc.dae = "stuff"; } </script> </head> <body onload="test()"> </body> </html> If that html is in an iframe and if you edit the javascript, such as adding another variable, then refresh just the iframe, then when an error happens, the line is off. On Aug 26, 12:48 pm, laser <[EMAIL PROTECTED]> wrote: > It is off by one line after every if statement. So it doesn't matter > for me, as it doesn't do > anything wrong on that line (it just visit those lines, without > execution code on them). > Though the debuger jumps one line before last bracket after completed > if-statement. > > On 26 авг, 19:08, Steven Roussey <[EMAIL PROTECTED]> wrote: > > > Is it off by one line? I see it off by one on long files sometimes. > > I'll see what I can do for a test case. > > > On Aug 26, 7:26 am, Prefontim <[EMAIL PROTECTED]> wrote: > > > > I am using Firebug 1.2 for FF3. It shows the wrong error line in the > > > console. When i click on the green error line or the blue source line, > > > they go the wrong line. If i used Firefox's built in javascript error > > > console, it works fine, so i know this is a Firebug problem. This is > > > a recent regression, because it can't recall it not working, and i use > > > this all the time. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---