> Someone gave a great presentation on gdb last semester. They handed > out a gdb cheat sheet that I have since lost. > > If that person is on here, and knows where I can get a digital copy of > it, I'd apreciate it. > > > <rant> > DDD is so slugish and doesn't always obey my breakpoints and sometimes > crashes in the middle of debugging. It's also the only thing I use X > for in my c++ programming, so it's time to give it the boot. > </rant>
Thought I would mention that if you like vim, and you want to use gdb, then cgdb is a program worth checking out. It integrates gdb with vim by having a split window with the source code on top (vim) and gdb command-line on the bottom. Phillip -- Phillip Hellewell <phillip AT hellewell.homeip.net> -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
