← Back to Shortcut Collections
DevTools (Firefox)

DevTools (Firefox)

Powerful built-in developer tools revolutionizing web development with DOM manipulation, network analysis, and performance profiling

Shortcuts that streamline console operations and accelerate JavaScript code execution and error analysis

Ctrl+Shift+K
Open Web Console
Opens the Web Console to view JavaScript console and log messages.
💡 Hint: Konsole
🎯 Instantly open the Web Console to check JavaScript errors and logs
Ctrl+Shift+L
Clear console output
Clears all console output messages.
💡 Hint: Clear
🎯 Clear console output to start a fresh debugging session
F9
Reverse search history
Initiates reverse search through command history.
💡 Hint: F9 = History search
🎯 Reverse search command history to quickly reuse past commands
Shift+Enter
Add new line
Adds a new line for entering multiline expressions.
💡 Hint: Shift + Enter = New line
🎯 Enter multiline JavaScript code to execute complex expressions
Esc
Toggle split console
Toggles the split console view (except when console is the current tool).
💡 Hint: Escape
🎯 Show split console to monitor logs while using other tools
Ctrl+F
Find in file
Searches for text in the current file.
💡 Hint: Find
🎯 Search text in console to quickly find specific logs or errors