Re: Debugging Cocoa & IB
Re: Debugging Cocoa & IB
- Subject: Re: Debugging Cocoa & IB
- From: Vince DeMarco <email@hidden>
- Date: Mon, 21 May 2001 20:19:34 -0700
On Monday, May 21, 2001, at 03:14 PM, email@hidden wrote:
I have just finished working through the currency converter tutorial
and my
application is not quite working correctly.
Can someone point me to documentation which shows how to debug these
object
oriented applications. I think I have made an error in the interface
builder part somewhere.
What makes you think that you need to debug Interface Builder???
Stepping though the interface builder application in gdb will only help
if you have a palette that
you load into IB (And then only if you are trying to call a bunch of
private methods)
vince