Gregor
Gregor

Reputation: 3027

Setting Line Breakpoints in Intellij 15.02 doesn't work

Since yesterday I'm on IntelliJ 15.02 and cannot set any line breakpoints any longer. Neither by clicking on the side bar, nor by "Run -> Toggle Line Breakpoint". Is that a Bug in IntelliJ? Or is there any way to disable / enable this feature? I appreciate any help.

Upvotes: 5

Views: 1434

Answers (2)

Clint Eastwood
Clint Eastwood

Reputation: 5698

The same happened to me but I did not have the Python plugin installed.

I tried (with no success):

  • Rebuilding the project
  • Invalidating caches
  • Restarting IntelliJ
  • Re-installing IntelliJ

Fortunately, disabling the PHP plugin did the trick for me.

Hope this helps someone.

EDIT (Feb. 2nd, 2016) This issue was fixed in IntelliJ 15.0.3: https://youtrack.jetbrains.com/issue/IDEA-151085

Upvotes: 1

Gregor
Gregor

Reputation: 3027

This seems to be an issue with the python plugin. I uninstalled the python plugin, and the line breakpoints were available again. Then I reinstalled the plugin and still everything is fine. I use the python plugin because I have Jython scripts that I call from the Java code.

Upvotes: 13

Related Questions