Debugging problem
I'm new to Pycharm but not Python. And also I'm new to debugging using IDE's. I searched the Internet on debugging in Pycharm, but there isn't much helpful information and also the Pychram help turtorial isn't that helpful too. So, how do I debug my Python code in Pychram? Any help will be appreciated.
1 条评论
排序方式
日期
投票数
Set a breakpoint at a location where you want the debugger to stop (by clicking in the left margin of the editor) and use the "Debug" action to start your application.
请先登录再写评论。