Conditional Breakpoint

Debug

Adds a breakpoint that only triggers when a condition is met.

Pro Tip

Right-click the gutter and select 'Add Conditional Breakpoint'.

About This Shortcut

The Conditional Breakpoint shortcut belongs to the Debug category of VS Code keyboard shortcuts. Adds a breakpoint that only triggers when a condition is met. Learning and using keyboard shortcuts dramatically improves your coding speed and reduces dependence on the mouse.

VS Code is the most popular code editor with over 70% market share among developers. Its extensive keyboard shortcut system enables experienced users to perform complex operations — from multi-cursor editing to Git operations — entirely from the keyboard. This shortcut is one of the essential shortcuts every developer should memorize for efficient coding workflows.

You can customize this keybinding by opening the Keyboard Shortcuts editor (Ctrl+K Ctrl+S). Search for "Conditional Breakpoint" to view, change, or add alternative keybindings. VS Code also supports keymap extensions that import shortcut schemes from other editors like Vim, Emacs, Sublime Text, and JetBrains.

Related Shortcuts