GDB

Community Forums/General Help/GDB

JoshK(Posted 2012) [#1]
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.


*(Posted 2012) [#2]
have a looky here http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html


Yasha(Posted 2012) [#3]
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.