Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 661
Gregor Avatar asked Dec 11 '15 08:12

Gregor


2 Answers

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.

like image 129
Gregor Avatar answered Sep 23 '22 06:09

Gregor


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

like image 37
Clint Eastwood Avatar answered Sep 24 '22 06:09

Clint Eastwood