Hi Glenn,

thanks for reporting these issues. I'll comment on each one individually.

>
>    1. Adding watch items in the watch panel of the "script" section: 
>    items should be added at the top where the input box is, not appended to 
>    the bottom of the list. (e.g., add two watch  expressions. second one 
>    should be above the first, but FB 2.0 appends it to bottom)
>
> What's the reason behind that? It sounds like a personal preference to me.

>
>    1. Errors in the console have line number and a JS file. Clicking the 
>    error should highlight the line in the source. Currently it gets taken to 
>    the source page, but the line isn't marked. (Correction: sometimes it is. 
>    Sometimes it isn't. Sometimes it blinks and disappears.)
>
> I could reproduce that. Reported in issue 7607 
<https://code.google.com/p/fbug/issues/detail?id=7607>.

>
>    1. Sometimes breakpoints in source code are triggered during the 
>    loading of the file, rather than during the line's execution. The 
> execution 
>    stops at the bottom of the file, despite where the breakpoint is. The file 
>    appears in the scripts list, and sometimes it doesn't. This is apparently 
>    random, and hugely annoying. Using requirejs if that makes a difference.
>
> I am not able to reproduce that. We need a test case for this. 

>
>    1. Sometimes when there's an error parsing javascript files, the 
>    console shows the file and the line number, but the script tab doesn't 
> load 
>    the source, so it takes you to the main html page source instead. Ideally 
>    it will show you the file and the line. It feels like it's related to #3.
>    
> If a syntax error is encountered within a JavaScript file, the parser 
stops parsing it. Firefox doesn't provide the source code of the script in 
this case, so Firebug can't display it.
Allowing to display syntax errors within the *Script* panel is requested 
for in issue 2935 <https://code.google.com/p/fbug/issues/detail?id=2935> 
and I just created the platform bug 1043825 
<https://bugzilla.mozilla.org/show_bug.cgi?id=1043825> related to it.

>
>    1. Console messages are oddly slow. When the last line of the console 
>    is an error, sometimes it takes minutes to appear (whilst apparently doing 
>    nothing...). The print buffer of the console seems to get "lazy". This is 
>    hugely annoying when there's an error on the last line because you have to 
>    wait a long time to see where the error actual is. This might be related 
> to 
>    the FB feature where the DOM view lags behind the animation (d3.js); that 
>    is, for a 200ms visual animation, firebug might renders the DOM changes 
> for 
>    around half a minute. This has been around for a while, but I only noticed 
>    the laggy console after FB 2.0.
>
> This was also reported by Stephen Tayler in another thread 
<https://groups.google.com/d/topic/firebug/z-3HrzoBHoY/discussion>. 
Currently this can't be reproduced by us, so we need a proper test case. As 
I understand Stephen he also uses d3.js, so maybe it's related to that?

>
>    1. Sometimes breakpoints stop in the wrong line. In the script view, I 
>    see the breakpoint on line 216, but it's stopping on 211 for it. (both 
> line 
>    numbers are green (active) )
>
> May be related to issue 7301 
<https://code.google.com/p/fbug/issues/detail?id=7301>. If your test case 
doesn't fit to what is described in there, please file a new issue and 
provide a test case for it.

>
>    1. Memory leaks. I have to restart FF / FB periodically because my 
>    memory keeps creeping up. I'll investigate whether this is my fault or 
> not, 
>    but I never noticed this problem until FB 2.0 / FF 30
>
> This needs to be investigated further. A meta-issue for this is reported 
in issue 2601 <https://code.google.com/p/fbug/issues/detail?id=2601>. 
Though if you see a memory spike on a specific action you do in Firebug, 
please let us know.

>
>    1. In the scripts tab, sometimes the source file is clipped. E.g., my 
>    file is 200 lines, but only say, 43 lines are shown. Sometimes it appears 
>    later, sometimes not.
>
> I didn't see that yet. Does this also happen on a fresh Firefox profile 
with just Firebug installed 
<https://getfirebug.com/wiki/index.php/Install_Firebug_into_a_clean_profile>? 
Is it clearly reproducible or does this happen randomly? 

Sebastian

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/7b2979ed-7807-4ed2-b24c-42328eac1e9b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to