Reputation: 1545
I use Pycharm for my Python written API and wondering if there is kind of debugging mode in Pycharm that when I make http.get request from my browser to this API it can run in debugging mode so that I can check code line by line (as well as creating breaking point...)? Thanks.
Upvotes: 0
Views: 1307
Reputation: 9
Yes, the debugging mode is available in Pycharm also available in Community Edition. You have to make configuration of your server and directly run the API with Pycharm button
Kindly follow the JetBrains guide links:
Upvotes: 1