Conditional Breakpoints

Speed up your debugging by stopping execution only when you want to.

Stop stepping.

Have a breakpoint in a loop and find yourself clicking Continue repeatedly? Change your breakpoint to only stop when a condition is met.

How to use:

Edit the breakpoint properties via ⌘⇧F8 (macOS) / Ctrl+Shift+F8 (Windows/Linux), then type in the Condition you want.


Related Resources

Configuring the New UI in any JetBrains IDE
We'll walk you through the steps to enable the sleek and efficient New UI in your favorite JetBrains Integrated Development Environment.
How to Quickly Jump to Recent Files in any JetBrains IDE
Are you tired of hunting for that crucial file buried in your project? Say goodbye to the hassle with these IDE shortcuts and tips. Jump to recent files effortlessly in JetBrains IDEs like IntelliJ IDEA, PyCharm, PhpStorm, WebStorm, GoLand, CLion, RubyMine, and more!
Lean UI JetBrains IDE
Have you ever wondered how to achieve a lean-looking editor without sacrificing essential features? Our IDEs come packed with functionalities, but sometimes, all those toolbars and status bars can clutter your workspace.