PyDev does not allow me add breakpoints anymore. The following options show but they do not have any effect.
right click + Add Breakpoint double click to add Breakpoint.
I tried to upgrade to Eclipse NEON and latest version of PyDev 5.7 but it did not help.
is there anyway to fix this?
Thanks in Advance,
Not sure what's happening (it does work for me).
Some things to test:
i.e.: Window > perspective > customize perspective > action set availability
> make sure breakpoints
is checked).If none of those worked, please check if you do have some error in your error log.
Also, is the file where you're putting a breakpoint a part of the project (i.e.: under a source folder) or is it external to the project?