Xcode – Why is my debugger "breaking" on a line where I have not set a breakpoint?
I apologize in advance, this will be a very basic & general beginner's question: Why is my debugger "breaking" on a line where I have not set a breakpoint? Some more detail: I'm working on a large buggy C++ project…