Search code examples
pycharmbreakpoints

Unable to set conditional breakpoint in Pycharm


I am right-clicking on an existing breakpoint but see the normal editor context menu instead of the conditional breakpoint options:

enter image description here

I also did a search in Actions and found nothing:

enter image description here

Why is Pycharm not allowing to set conditional breakpoints? I am on 2019.3 on macOS.


Solution

  • I tried yet again and noticed something I had missed before: the first entry in the context menu says

    Show context actions

    enter image description here

    That sounded promising so after clicking on it we get the timid Breakpoints menu back!

    enter image description here