Debugger doesn't stop at break points
Debugger doesn't stop at break points
- Subject: Debugger doesn't stop at break points
- From: David Fitterman <email@hidden>
- Date: Thu, 16 May 2013 14:03:25 -0400
I am writing a C++ command line function. I have set a break point in main() where I a call a function.
The debugger will stop at this break. There is another break point set in the called function.
The debugger does not stop at this or other break points in the called function.
I have tried using StepIn at the main() break point and I can then step into the function and step line
by line through it, however, using run once inside the function will not stop at subsequent breaks points
in the function.
Any ideas on what I might be doing wrong?
_______________________________________________
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