Firebug has a powerful JavaScript debugger that allows you to pause execution any time, and see what any variable looks like at any moment.
Using Firebug to debug Javascript you can:
Sort and organize files into a clean list to help you find any file in easily.
Pause execution at any line. You can set breakpoints, which make the debugger pause the execution at a specific line. You can also set a specific condition to your breakpoints.
Take it one step at a time. When the debugger is paused, you can execution one line at a time
Firebug sometimes offer to automatically break into the debugger when an error occurs .
Stack traces or unstack. When the debugger pauses, It shows you the call stack
Watch expressions. Firebug enables you to type in random JavaScript statement with a value that will be updated whenever you step in the debugger.
Variable tooltips. When the debugger pauses, you can move your mouse over a variable in the function to see a tooltip which reveals the value of that variable.
Go directly to a specific line number, just type in a pound sign then the line number inside the quick search box.
Firebug/JavaScript Debugger
Firebug has a powerful JavaScript debugger that allows you to pause execution any time, and see what...
debugger firebug javascript
Also tagged with one or more of these keywords: debugger, firebug, javascript
Web Design →
Javascript →
Comparing Strings in JavaScriptStarted by Salwa, 18 Jul 2013 comparing strings, javascript |
|
|
||
Web Design →
Javascript →
Using OnSubmit in JavaScriptStarted by Salwa, 18 Jul 2013 javascript, onsubmit event |
|
|
||
Web Design →
Javascript →
Downloading Javascript to iPodStarted by OneDes, 13 Jun 2013 downloading, javascript, to ipod |
|
|
||
Web Design →
Javascript →
Downloading JavaScript to BlackBerryStarted by OneDes, 13 Jun 2013 downloading, javascript and 1 more... |
|
|
||
Web Design →
Javascript →
Enabling JavaScript on a MacStarted by OneDes, 13 Jun 2013 enable, javascript, mac |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users