Re: Debugging Cocoa Apps
Re: Debugging Cocoa Apps
- Subject: Re: Debugging Cocoa Apps
- From: Mark Woollard <email@hidden>
- Date: Tue, 3 Dec 2002 15:14:30 +0000
Sounds like you have code optimization on which is default for a new
project. Switch it off, clean and build to debug without the
confusion:-)
Mark
On Tuesday, December 3, 2002, at 02:57 pm, Mike Jackson wrote:
Sorry in advance if this has already been asked but a search through
the
archives didn't reveal anything.
Coming over from Java, I am starting learn Obj-C. I have a small app
that is
working fine but I have a question about debugging. Maybe the
following is
normal for Obj-C but is new to me.
When I debug stepping to the next line of code sometimes takes me back
a few
lines instead, or maybe forward a few lines, then stepping again
(using the
PB Gui) might bring me back to the line of code I was on, or it might
actually go to the next line of code, very inconsistent.
I have never seen something like this when I was coding with java, but
like
I said, this is my first foray into Obj-C. Is this normal or is
something
completely messed up with my Dev Env?
OS X 10.2.2 + July Dev tools + August and Oct Patches.
The App contains Omni Groups Frameworks also if that means anything.
Thanks for any help/Pointers
Mike Jackson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.