You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
debugger
statement in one of the files and start debugging.The text was updated successfully, but these errors were encountered: