xcodebreakpoints

How can I disable Xcode's new breakpoint view?


When I hit a breakpoint in Xcode 16.0, it shows me the debugging view shown below, where each stack frame has its own little window corresponding that place in the code. However, I want the old view instead. How can I change the settings to make this happen?

Xcode


Solution

  • It is called Unified Backtrace View which is new in Xcode 16.

    You can click on the Disable Backtrace in Editor in the debug-bar to disable this behavior

    Demo