gpt4 book ai didi

xcode - 我怎样才能让 Xcode 调试器进入函数的程序集?

转载 作者:行者123 更新时间:2023-12-04 15:53:17 26 4
gpt4 key购买 nike

每当我尝试进入一个我没有源代码的函数时,例如Apple 库中的任何内容,调试器都会跳到下一行。我怎样才能让它进入 assembly 体呢?我可以通过为我想进入的函数设置一个符号断点来解决这个问题,但这不太方便。

最佳答案

按下步进控件时按住 Control。在 Xcode 12 中为我工作。

The stepping controls have alternative operations for working with disassembly or threads. You use the Control and Control-Shift modifier keys to call these alternatives. Press Control to step by assembly language instruction instead of by statement (the step icons change to show a dot rather than a line under the arrow) or Control-Shift to step into or over the active thread only while holding other threads stopped (the step icons show a dashed rather than solid line below the arrow).

https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/debugging_with_xcode/chapters/debugging_tools.html

关于xcode - 我怎样才能让 Xcode 调试器进入函数的程序集?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52994167/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com