How to use debugger?
How to use debugger?
- Subject: How to use debugger?
- From: <email@hidden>
- Date: Thu, 02 Aug 2001 04:26:11 -0400
Hi,
I was wondering if anyone could point me to some documentation on how to
use the debugger within Project Builder. I went through Apple's online
Project Builder Help tutorial and I also downloaded the Debugger pdf, but
their coverage of debugger seems pretty limited. Perhaps it seems that way
to me because I'm not too familiar with the concepts of setting breakpoints,
stepping in, stepping over, etc. What I'm really looking for is a tutorial
that goes through in detail each of the steps required to debug an
application. So far, I've been relying on NSLog() to do most of my
debugging, but it's tedious having to recompile the application each time.
Thanks for any help,
Eric Wang