Xcode 16.4, Sequoia 15.5
I seem to have gotten my Xcode debugger into some sort of view/mode that I’ve never seen before, where each of the functions in the call stack are displayed on the same page, with a blue outline around the current one - some sort of thread debugging view or something.
I just want to get it back so that it stays inside my code module (like normal). But I can’t figure out how to do that.
I put a break point in the tab “PresetsEditor.cpp”, yet when the debugger breaks, it jumps into this thread view.
Note that the current tab at the top displays the name of a thread.
What’s weird is I have two projects open, and one of them debugs normally (simply breaks inside my code module), while the other debugs into this alternate type of view I’ve never seen before.

