Re: How do I debug an API?
Re: How do I debug an API?
- Subject: Re: How do I debug an API?
- From: Kevin Hoyt <email@hidden>
- Date: Fri, 18 Mar 2005 07:49:08 -0800
Dale,
Thanks for the input but the real issue is what do I need to do so I can
actually use the debugger? At this point, the test application will run,
but I am unable to stop at breakpoints or step into the code.
The test app just runs like it does out side of Xcode. I need to be able
to actally debug the API code...
Kevin Hoyt
"D.Walsh" <email@hidden>
03/17/2005 06:30 PM
To
Kevin Hoyt/San Jose/IBM@IBMUS
cc
Subject
Re: How do I debug an API?
On Mar 17, 2005, at 20:08, Kevin Hoyt wrote:
> Hi all,
> Once my API is built, how do I debug in in Xcode?
>
> I can build the API as static, dynamic, or a framework.
> I have an application that can use each of these.
> I have set this appliation up as a 'custom executable'.
>
> When I debug, the application does get started. The problem is that I
> don't actually wind up in the debugger...
> execution does not stop at main nor at any breakpoints.
>
> Please tell me what I am doing wrong...
>
> Kevin Hoyt
Kevin, to debug your API, you need to create a test suite that attacks
each API function with valid and invalid data.
From your API, send me one complete function and I'll write you a small
API function test you can use as a footprint to test other API
functions with some minor modifications.
-- Dale
_______________________________________________
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