0
How to debug Python code?
I was looking for a tool to debug Python code. I couldnât find one thatâs easy enough. Either debugging functionality is âhiddenâ (means: not existent) or itâs so complicated to go through the code step by step. Youâre my last hope before I feel forced to use Eclipse.
3 RĂ©ponses
0
Assuming you are using Windows, Geany is a very simple IDE to use. Otherwise CMD is also very useful if you are familiar with it.
0
Your assumption is 50% correct. I use both, Windows and Mac. But for private, I prefer Mac.
And does Geany (or any IDE) include the capabillity to debug? Thatâs what I thought until yesterday. But unfortunately, it doesnât look like.
Thank you for your answer, I will have a look at it.
0
There are certain IDEs that have debugging capabilities as well as libraries. You can have a look at the wiki:
https://wiki.python.org/moin/PythonDebuggingTools#IDEs_with_Debug_Capabilities