Skip to main content

Developer Tools Shortcuts

Inspection

Display NameDescriptionWindows/LinuxmacOS
Focus TrackingHighlights the currently focused element in the application.
Enabled in both Developer Tools and the target application.Ctrl+Shift+KCmd+Shift+K
Inspect ElementSelects and inspects UI elements by clicking on them in the application.
Enabled in both Developer Tools and the target application.Ctrl+Shift+CCmd+Shift+C
Highlight ElementsToggles real-time highlighting of UI elements.
Enabled in both Developer Tools and the target application.Ctrl+Shift+HCmd+Shift+H
Show Overlay RulersShows or hides measurement rulers in the overlay.
Enabled in both Developer Tools and the target application.Ctrl+Shift+RCmd+Shift+R
Show Overlay InfoShows or hides detailed information in the overlay.
Enabled in both Developer Tools and the target application.Ctrl+Shift+DCmd+Shift+D
Toggle TopMostToggles Developer Tools top most mode.
Enabled in both Developer Tools and the target application.Ctrl+Shift+TCmd+Shift+T
Set BreakpointSets a breakpoint on a property or event.F9F9

Search & Navigation

Display NameDescriptionWindows/LinuxmacOS
Search Current ListActivates search functionality in the current tool.Ctrl+FCmd+F
Next Search ResultMoves to the next search result in the current view.F3Cmd+G
Previous Search ResultMoves to the previous search result in the current view.Shift+F3Cmd+Shift+G
Next ToolSwitches to the next developer tool.Ctrl+]Cmd+]
Previous ToolSwitches to the previous developer tool.Ctrl+[Cmd+[

Layout & Views

Display NameDescriptionWindows/LinuxmacOS
Refresh Current ViewRefreshes the current view.F5Cmd+Shift+R
Remove ItemRemoves selected item from the current list or view.DeleteDelete
Clear Current ListClears items from the current list or view.Ctrl+LCmd+L
Show NavigationShows or hides the navigation panel.Alt+1Option+1
Show ToolsShows or hides the tools panel.Alt+2Option+2
Reset LayoutResets the developer tools window layout to default.UnassignedUnassigned

Tools

Display NameDescriptionWindows/LinuxmacOS
Open ElementsOpens the Elements inspection tool for viewing UI elements.UnassignedUnassigned
Open AssetsOpens the Assets browser for managing application assets.UnassignedUnassigned
Open ResourcesOpens the Resources browser for viewing resource files.UnassignedUnassigned
Open SettingsOpens the Developer Tools settings.UnassignedCmd+.
Open LogsOpens the application logs viewer.UnassignedUnassigned
Open EventsOpens the events monitoring tool for tracking UI events.UnassignedUnassigned
Open BreakpointsOpens the breakpoints management tool for debugging.UnassignedUnassigned
Open MetricsOpens the performance metrics viewer for monitoring application performance.UnassignedUnassigned
Open ProtocolOpens the Developer Tools protocol monitoring tool.UnassignedUnassigned
Open DocumentationOpens the Developer Tools documentation.Ctrl+F1Cmd+?