Home > Mobile >  How to set Method Break point/Diamond shaped breakpoint in intellij idea?
How to set Method Break point/Diamond shaped breakpoint in intellij idea?

Time:10-03

Not able to find the options to add the method breakpoint in my IntelliJ IDEA.

It shows me circular shape breakpoint in my IDE. I want to change it to method breakpoint.

enter image description here

CodePudding user response:

Your screenshot shows the breakpoint is set on a class, not on a method. It will help if you actually set it on a method instead.

  • Related