On Sat, Sep 05, 2015 at 03:15:45AM -0400, Karl Dahlke wrote: > > do any of you swear by gdb, is this how you usually develop and debug > > Call me a nutcase if you will; I debug by putting in print statements > until I figure it out. > for me that's faster than reading through the output of gdb or any other debugger. gdb *is* command line, and it's usually my go-to tool when I can't figure out what's causing a problem.