How do you place debug points in a library that is a separate project?
How do you place debug points in a library that is a separate project?
- Subject: How do you place debug points in a library that is a separate project?
- From: Stephen Kay <email@hidden>
- Date: Tue, 11 Sep 2012 18:51:26 -0400
- Thread-topic: How do you place debug points in a library that is a separate project?
(related to another recent question...)
I have a static library that is one project (separate).
I have an app that includes the static library (separate project).
(I'm using Xcode 2.5 to port an old CodeWarrior app.)
From the app, when it's running, I can debug into library functions from
inside functions that are in the app (and call library functions) - i.e. By
using "Step Into" - but I cannot set debug points in the library directly.
They turn orange and never hit - unless I manage to Step Into the library
somehow.
Am I going about this wrong?
Thanks,
- Stephen
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Stephen Kay
Karma-Lab :: developers of KARMA
http://www.karma-lab.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden