Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Debugging stops a few lines after breakpoint

I'm using Xcode 7.2.1 in C++.


Upon attempting to debug, the program halts a few lines after the breakpoint that I've placed down.


I've double and triple checked- build scheme is set for debug.


If anyone could assist me in alleviating this, I would much appreciate it!

iMac, OS X El Capitan (10.11)

Posted on Feb 6, 2016 2:41 AM

Reply
3 replies

Feb 6, 2016 9:52 AM in response to RRohce

Hello RRohce,

Can you share some of the source code where the problem manifests itself? Modern code is not exactly linear anymore. The Xcode debugger isn't linear either. Sometimes there is a reason, but sometimes it just makes no sense at all. I generally rely on logging statement more than breakpoints. Yes, it is 2016.

Debugging stops a few lines after breakpoint

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.