gDebug

TwitterFacebook
Get flash to fully experience Pearltrees
Introduction If you haven't already done so, you might want to read the intro to hidden preferences . Now, you've probably seen lots of hidden preferences by this point, and you're familiar with the defaults command, but maybe you've wondered how people figure them out...

The Arctic Mac // Tutorials

http://arcticmac.home.comcast.net/~arcticmac/tutorials/gdbFindingPrefs.html

GDB Tutorial

Gdb is a debugger for C (and C++). It allows you to do things like run the program up to a certain point then stop and print out the values of certain variables at that point, or step through the program one line at a time and print out the values of each variable after executing each line. http://web.eecs.umich.edu/~sugih/pointers/summary.html
Adapted from http://www.cs.princeton.edu/~benjasik/gdb/gdbtut.html http://www.cs.vassar.edu/~cs331/gdbtutorial.html

GDB Tutorial

Contents http://www.cs.cmu.edu/~gilpin/tutorial/

gdb Tutorial