12
Comments
  • 0
    I think this is a pretty good practice for debugging. While the likes of gdb are in theory more effective for debugging and probably less hassle as soon as you code in more than 1 or 2 languages you have basically got a different tool to learn for each.

    Granted, multi-threading makes print a finniky bitch but then both print and gdb change the run time characteristics of the code anyway.
Add Comment