我可以在 Xcode 4 中添加书签吗?

发布于 2024-12-05 14:37:09 字数 107 浏览 0 评论 0原文

我可以在 Xcode 4 中的某些代码行添加书签吗?我目前正在使用断点来实现此目的,但是当我在断点位置之前添加/删除一些代码时,它们不会相应地移动,因此不再指向原始行。我必须手动调整它们。那太糟糕了。

Can I add bookmarks at certain code lines in Xcode 4? I'm currently using breakpoints for this purpose, but when I add/delete some code before the positions of the breakpoints, they don't shift accordingly, and therefore no longer point to the original lines. I have to manually adjust them. That's too bad.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情深缘浅 2024-12-12 14:37:09

您可以直接在代码中使用#pragma mark My Fancy Bookmark,甚至可以使用#pragma mark - 作为分隔线。当您单击当前函数的名称时,书签将出现在标题栏下方。

You can use #pragma mark My Fancy Bookmark directly in your code and even #pragma mark - for a separation line. The bookmarks will appear under the title bar when you click on the name of the current function.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文