Monday, December 19, 2011

A short but simple GDB tutorial

Quoted from Geeks3D "Here is a short tutorial about GBD for beginners. GDB is the powerful command line based debugger available with Linux. If you usually use a visual debugger like the one integrated in Visual Studio, a command line debugger like GDB can be a bit… frightening. But actually it’s quite easy to step into your code with it. Few commands are necessary to quickly start using GDB for basic debugging tasks."
Tutorial


Here it starts: > gdb your_program

No comments:

Post a Comment