Xcode runtime enabling breakpoints goes to stack trace in main source code editing area where we could not see the source code to debug.
I'm using Xcode 15 and SwiftUI. How can we change it to source code in main editing area.
Xcode runtime enabling breakpoints goes to stack trace in main source code editing area where we could not see the source code to debug.
I'm using Xcode 15 and SwiftUI. How can we change it to source code in main editing area.
Copyright © 2021 Jogjafile Inc.

Finally found the solution. Uncheck
Xcode-> Debug-> Debug Workflow -> Always shows DisassemblyWhich removes the stack trace while running breakpoints and shows code edit on source editor areaCheck the below screenshot for the navigation in settings