Put breakpoints with python code running via Terminal Plugin

已回答

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..

0

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.

0

请先登录再写评论。