GDB
Community Forums/General Help/GDB
| ||
Does anyone have any experience working with GDB, the command-line debugger for GCC? I am just poking around in the download and I don't have any idea where to start. |
| ||
have a looky here http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html |
| ||
You can get a fairly Blitz-like experience by using the Eclipse CDT or Xcode, which integrate it as the graphical debugger system. Unless you're doing something pretty advanced this is usually enough (it certainly provides all the same sort of debugging functionality you're used to from Blitz). You don't actually need to know anything specific to GDB to use either system. |