Search code examples
intellij-ideabreakpointsintellij-14

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


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


Solution

  • 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.