Put breakpoints with python code running via Terminal Plugin
Answered
If I run a python code using the terminal plugin in PyCharm Community, can I still put breakpoints in the code?
I need this because running code from the bash terminal provides me a lot of flexibility. Whereas breakpoints is the reason why I'm considering using PyCharm..
Please sign in to leave a comment.
Hi Vishal733! You can debug your code with Remote Debugging feature (Pro version). Please feel free to ask any questions if the docs are hard to follow.