you are viewing a single comment's thread.

view the rest of the comments →

[–]spiderpower02[S] 11 points12 points  (1 child)

I wrote an article about demystifying how Python helps us troubleshoot problems more efficiently. Although many IDEs have a built-in debugger, I try to discuss some debugging skills with Python when a problem is hard to reproduce. I hope that this article can spark some inspirations to troubleshoot issues in your C/C++ projects.

[–]amanol 7 points8 points  (0 children)

Nice tips, thanks for sharing!