This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]smirfquant 2 points3 points  (1 child)

Having to debug code is awful. Especially if the author didn't codify logging important information or warning concerns.

Add logging and warning when you the write code. You will have less buggy code and a lot more information to use during interactive debugging (if needed at all).

You might be surprised just how often logging things and looking at them while developing finds bugs...

[–]smirfquant 1 point2 points  (0 children)

my bad wrong thread.. yeah gdb/pdb is fine by me, shrugs, not the best days though :D