Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: jmccay on October 02, 2006, 03:45:25 am

Title: gdb
Post by: jmccay on October 02, 2006, 03:45:25 am
Does anyone know of any good tutorials on gdb and setting watchs--especially with pointers to arrays?
jmccay
Title: Re: gdb
Post by: dk on October 02, 2006, 05:29:08 am
Standard GDB Documentation?
http://www.gnu.org/software/gdb/documentation/
Title: Re: gdb
Post by: jmccay on October 03, 2006, 02:45:11 am
I was hoping for an introductory tutorial before I sink my teeth into manual.  Something to get me started on a sure footing.  Then I was going to sit down and read the manual.