Firebug 1.7.3 Shortcuts



1. Managing Firebug
F12 or b Open and close Firebug Panel
ctrl+f, then shift+tab With Firebug Panel open, will put focus on the Panel (via the Firefox Find Box). Does not always work depending on what Panel is open
ctrl+f12 Open Firebug in window (for some reason sometimes pressing ctrl+f12 again closes Firefox, use ctrl+w to close the Firebug window instead
ctrl+shift+c Toggle Inspect Mode
ctrl+shift+l Focus Command Line
ctrl+shift+k Focus Search Box
f1 Firebug Help Page


2. HTML-Panel
arrow down / arrow up One line down / one line up
ctrl+arrow down / ctrl+arrow up One Node up / one Node down
arrow left / arrow right Collapse / Expand current node


3. CSS-Panel
tab/shift+tab Jump to next / jump to previous field
arrow up / arrow down field with number value Increase / decrease number by 1
page up / page down field with number value Increase / decrease number by 10
enter Finish editing
escape Cancel editing


4. Script-Panel
f8 Continue
f10 Step Over
f11 Step Into
shift+f11 Step Out
Click on line number Toggle breakpoint
shift'click on line number Disable breakpoint
right-click on line number Edit breakpoint condition
ctrl+. / ctrl+, Next / previous function on stack
ctrl+space Focus Scripts Location Menu
ctrl+shift+n Focus Watch Side Panel

No comments:

Post a Comment