XCode 4 运行 Leaks Instrument
这可能是一个愚蠢的问题。
如何使用 XCode 4 中的 Instrument 运行应用程序(例如 Leaks)?
我没有像过去那样看到这个选项,我环顾四周,要么我在某个地方错过了它,要么它就在我面前。
谢谢
This might be a silly question.
How do I run an application with an Instrument in XCode 4 such as Leaks?
I do not see the option like I have in the past, and I have looked around, and either I missed it somewhere, or it is right in front of my face.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
单击并按住运行按钮,然后选择配置文件选项。
您还可以编辑配置文件方案,使其在分析时使用调试版本。为此,请通过单击停止按钮旁边的下拉菜单来编辑方案:
然后选择配置文件项在侧边栏上,然后确保“构建配置”设置为调试。
Click and hold on the run button, and choose the profile option.
You can also edit the profile scheme to make it use debug builds when profiling. To do this, go to edit scheme by click on the dropdown next to the stop button:
Then select profile item on the sidebar, then make sure 'Build configuration' is set to debug.
正如杰夫所说,这是你可以做到的一种方法。使用键盘快捷键的另一种方法是按 cmd + I,这会运行探查器,然后你可以选择泄漏...
as jeff said, that is 1 way you could do it.. other way with keyboard shortcuts is press cmd + I and this runs the profiler and after that you can choose leaks...