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
debugger statement in one of the files and start debugging.
- Firebug loses focus on the currently executing line of code.