Shortcuts Firebug for Windows

25 shortcuts2,069 views
Open Trainer

Managing Firebug

WindowsAction
F12 or BOpen and close Firebug Panel
Ctrl+f, then shift+TabWith 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+F12Open Firebug in window (for some reason sometimes pressing ctrl+f12 again closes Firefox, use ctrl+w to close the Firebug window instead
Ctrl+Shift+CToggle Inspect Mode
Ctrl+Shift+LFocus Command Line
Ctrl+Shift+KFocus Search Box
F1Firebug Help Page

HTML-Panel

WindowsAction
Arrow Down/Arrow UpOne line down / one line up
Ctrl+Arrow Down/Ctrl+Arrow UpOne Node up / one Node down
Arrow Left/Arrow RightCollapse / Expand current node

CSS-Panel

WindowsAction
Tab/Shift+TabJump to next / jump to previous field
Arrow Up/ arrow down field with number valueIncrease / decrease number by 1
Page Up/ page down field with number valueIncrease / decrease number by 10
EnterFinish editing
EscCancel editing

Script-Panel

WindowsAction
F8Continue
F10Step Over
F11Step Into
Shift+F11Step Out
Click on line numberToggle breakpoint
shift'click on line numberDisable breakpoint
right-click on line numberEdit breakpoint condition
Ctrl+./Ctrl+,Next / previous function on stack
Ctrl+SpaceFocus Scripts Location Menu
Ctrl+Shift+NFocus Watch Side Panel