Firebug is a very powerful tool when it comes to finding and solving errors in code.
Here are the ways you can deal with errors of JavaScript code within a page. For this, first you need to load the page and open Firebug. Sometimes you need to reload the page.
Indicates number of an errors in the Status BarBreak Points can be used to stop the execution of the code. This gives you a scope to check whether the program has got any error till the BreakPoint, which is very useful for debugging.
If you click Step over button, Firebug updates all the variables until your breakpoint and listing them on the right side of the debug window.
You can write an expression, so that if only if that condition is true, BreakPoint is going to stop the execution of the code.
You can use a quick search to find a term within the code.
Previous: Inspect and edit HTML and CSS with Firebug
Next: Profile JavaScript performance with Firebug
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4