Reputation: 10030
I want to know how to add a conditional break-point in IntelliJ IDEa. I do not want to know very advanced options about breakpoints, but just to know an easy way of getting to conditional breakpoints.
Upvotes: 4
Views: 3642
Reputation: 10030
To add a conditional break-point, add a normal break-point and then right click on it to see the following options:
For more info, Visit: http://jetbrains.com/help/idea/configuring-breakpoints.html
On clicking the More button, you get to the below screen
Upvotes: 4