Inane question : MacOs Catalina / XCode 11.3/C++ I set breakpoints for debugging- then figured out how to unset them thanks to you guys - but for some reason every time I run my code, XCode forces me into lldb (low level debugger). There are no breakpoints set, there must be some way to stop this, I am just not certain how. I have tried :quit and exit - it works for that specific session, but when I rerun the code lldb begins again.
Thanks so much.