如何在Xcode 4中打开内存浏览器?

时间:2011-11-08 14:58:40

标签: ios xcode user-interface xcode4 ide

在Xcode 3中调试程序时,我经常在单独的窗口中使用Memory Browser来查看缓冲区更改的内容,同时我逐步执行代码行。

我现在开始使用Xcode 4,我想知道如何打开内存浏览器。我在UI中找不到类似的东西。任何人都可以提供帮助吗?

3 个答案:

答案 0 :(得分:7)

选择产品>调试>在调试时查看内存或按Shift-Cmd-M。这将显示内存浏览器并将“Memory”条目添加到Debug导航器中:

enter image description here

您还可以右键单击“调试”面板中的变量,然后选择“*< variable name>”的查看内存直接跳转到显示该变量的内存。

enter image description here

答案 1 :(得分:1)

我在调试时打开它。 我放置一个断点,右键单击一个变量 - >在记忆中查看“...”。

它将在选项卡中打开,但您可以将标签拖出Xcode标签栏。

答案 2 :(得分:0)

从 xCode 12.4 开始,您可以通过转到 debug->Debug Workflow=> view memory 来打开内存视图

enter image description here

然后在左上角点击显示调试导航器标签

enter image description here