vote up 1 vote down star

Can someone recommend some good tips or resources to learn how to learn intermediate to advanced debugging tips and tricks using GDB in Xcode.

flag

1 Answer

vote up 2 vote down check

The GDB in XCode is essentially normal GDB with some GUI wrappers for common operations (next, skip, finish etc.), so any general GDB information will still be applicable.

Debugging with GDB is a pretty comprehensive book which is available online, and is pretty much the main reference document.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.