Re: Debugger doesn't stop at break points
Re: Debugger doesn't stop at break points
- Subject: Re: Debugger doesn't stop at break points
- From: "Mills, Steve" <email@hidden>
- Date: Thu, 16 May 2013 18:09:31 +0000
- Thread-topic: Debugger doesn't stop at break points
On May 16, 2013, at 13:05, "David Fitterman" <email@hidden> wrote:
> 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?
Try setting the debugger to GDB if it's set to LLDB. Make sure you aren't trying to debug a release build and optimizations are off, etc.
I also run into situations where disabled breakpoints will cause enabled breakpoints to not stop.
Steve via iPad
_______________________________________________
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