Re: Step Into fails
Re: Step Into fails
- Subject: Re: Step Into fails
- From: Jonas Maebe <email@hidden>
- Date: Sat, 5 Aug 2006 21:57:56 +0200
On 05 Aug 2006, at 21:35, Roland Silver wrote:
While debugging my code, I reach a breakpoint at the line
exhibitAA();
which is a call for an existent C-function.
If I select Step Into, the program does not proceed to the
beginning of that function, but merely goes to the next line of the
current code, as if I had selected Step Over.
Is the object file that contains this function compiled with
debugging info?
Yes. According to the Run Log while building, the Active Build
Configuration is Debug.
What happens if you set a breakpoint on/in that function?
Jonas
_______________________________________________
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