visual studio mac, 运行代码时locals为空
visual studio mac, locals is empty when running code
我正在使用 visual studio mac 并且在设置时遇到问题,我已经打开了本地调试面板,但是每当我 运行 我的代码时,本地面板仍然是空白的,我我正在尝试查看我的列表和数组。
有谁知道发生这种情况以及解决方案是什么?
您需要单步执行调试器才能在本地 window 中查看每个 msdn 中的变量:
The Locals window displays variables that are defined in the local
scope, which is generally the function or method that is currently
being executed.
我正在使用 visual studio mac 并且在设置时遇到问题,我已经打开了本地调试面板,但是每当我 运行 我的代码时,本地面板仍然是空白的,我我正在尝试查看我的列表和数组。 有谁知道发生这种情况以及解决方案是什么?
您需要单步执行调试器才能在本地 window 中查看每个 msdn 中的变量:
The Locals window displays variables that are defined in the local scope, which is generally the function or method that is currently being executed.