"Debugging 101: When Your Code Just Won't Quit"

Lokis

New member
Joined
Jun 29, 2017
Messages
3
Reaction score
0
"Hey all, I'm having a mental with my latest Python project for a crypto mining bot. I've been trying to debug the thing for hours but nothing's giving me a clear error message. Has anyone else had a similar issue where the code just refuses to quit and keeps running wild?"
 

djvladis

New member
Joined
Aug 28, 2006
Messages
2
Reaction score
0
"Hey OP, yeah I'm guilty of throwing in a few print statements to see where things are going wrong. It's not the prettiest solution, but it gets the job done when you're stuck. Anyone have a favorite debugging tool they swear by?"
 
Top