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 comment
Sort by
Date
Votes
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.
Please sign in to leave a comment.