All,

First of all, thank you for Firebug.  It makes my job so much easier.

If I may, I have an idea for a new feature.  My workflow often goes
like this:

* Run my code in my browser
* Find a bug
* Set a breakpoint on line 1000 or so
* Attempt to fix the bug by making a change in some other function up
on line 800, which increases the total number of lines in the JS file
by 3
* Hit the browser's reload button
* My breakpoint is still on line 1000, but that's now a blank line or
a comment.  The code I had placed the breakpoint on is now down on
line 1003.  So, move the breakpoint from line 1000 to line 1003.
* Hit the browser's reload button again

It would be really, really cool if, when the user hits the reload
button, the breakpoints would try to "follow" the code that they were
set on, rather than just remaining on the same line number.

Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to