Help! Xcode Debugger doing something I’ve not seen before

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.

There’s a button at the bottom of the screen, above the variables pane, that looks like three blue lines/rectangles stacked. Clicking that should switch back to the old view.

1 Like

thank you, thank you! I must have clicked on that by accident.

“Enable backtrace in Editor” - learn something new every day! :slight_smile: