Xcode 11 断点仅在十六进制代码上停止

标签 xcode breakpoints xcode11 symbolicate

我刚刚更新到 Xcode 11,并且对调试器非常着迷。我正在尝试简单的事情,即在断点处停止并单步执行我的代码。

我可以毫无问题地添加断点,但是当调试器停在那里时,它会显示一个仅包含十六进制代码的文件。我可以检查变量,但无法单步执行代码。查看屏幕 射击。我的设置有问题吗?

enter image description here

最佳答案

Xcode > 调试 > 调试工作流程 > 始终显示反汇编(不检查)

引用网站

Xcode Debugger: Why is it only showing me assembler?

关于Xcode 11 断点仅在十六进制代码上停止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59695013/

相关文章:

ios - Xcode 11 : Safe Area code implementation using Objective-C not working

ios - Xcode 11 在 bundle NSBundle 中找不到名为 'Main' 的 Storyboard

ios - 将构建上传到 Testflight IOS

angular - 无法在 Angular 应用程序上设置断点

gdb 没有命中断点

c# - 如何在 Visual Studio 中调试单线程?

ios - 自定义容器 Controller : transitionFromViewController: View not properly layed-out before animation

xcode - 手动下载 Xcode 文档集

ios - 从 Swift 中的另一个类访问 ViewController 类

ios - Xcode 11 调试变量 View 不显示类变量