
gdb is the command line tool to debug any Linux binary that has not been stripped or a core file. A core is a file left around by an application when it crashes. If your lazy you can use many frontends to gdb for example: cgdb – console debugger ddd – ultra nice graphic debugger [...]
