Skip to content

Conditional Breakpoints

pavlospt edited this page Sep 10, 2014 · 1 revision

In a nutshell, only do break when a certain condition is met. You can enter any java expression that returns a boolean based on the current scope. And do enjoy the fact that the condition textbox supports code completion!

Shortcut:

  • Right click on a breakpoint and enter a condition.

Clone this wiki locally