firerainbow
firerainbow copied to clipboard
FireRainbow causes Firebug to lose focus of currently executing code
When Firebug hits a breakpoint neither the line of code nor the running script gets focused or highlighted. So you have to search for breakpoints in all the scripts you have.
Steps to reproduce:
- Debug a page with multiple scripts.
- Put a
debuggerstatement in one of the files and start debugging. - Firebug loses focus on the currently executing line of code.
Ah :( I no longer maintain the FireRainbow because I personally switched to Chrome with my web development.
I just keep it available for people who still use it with (older) Firebug. I should update the website and make this clear.
Anyways, feel free to fix this, I will gladly accept your patch.