Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将调试器跳过到光标位置?
在很多情况下,我想在调试时跳过整段代码,在这种情况下,我必须在我想去的行中放置一个新的断点,然后单击继续执行按钮。我不敢相信 Xcode 缺少跳转到光标功能的步骤。
右键单击该行并选择“继续到此处”。
如果您将光标移到行号上,则会出现一个小图标,即一个小播放按钮,可让您运行代码并在所选行处停止。试试看。