It might be easy to just turn them off if it's a regular breakpoint, but sometimes I want to just deactivate the conditional breakpoint for a while, and have the option to turn it back (with the conditional still being written out so I don't have to retype it again). Do any of these IDE's have this capability?
1, For Visual Studio.
The answer is YES. Visual Studio supports this:
Move the cursor to the breakpoint you set:
You can take a look at the official document of Visual Studio:
Set breakpoints in source code
2, For PyCharm
The answer is YES. PyCharm support this:
Disable and Enable breakpoints in PyCharm
3, For Spyder
The answer is NO. No such feature.