Re: debugger


[ Follow Ups ] [ Post Followup ] [ CS328 Message Board ] [ FAQ ]

Posted by Lil' Viv on August 17, 2001 at 02:26:09:

In Reply to: debugger posted by rage on August 16, 2001 at 18:42:23:

There are multiple debuggers . . .

When you compile, add "-ggdb" to the end of your compile command . . . then, run your program like you would normally, but put one of the debuggers before a.out or whatever your executable is . . . like xxgdb, ddd, or gdb - the first two being the easiest to use. These debuggers are far more powerful than ones in windows . . . they can even draw your data structures like AVL trees!



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS328 Message Board ] [ FAQ ]