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.
我正在尝试调试本机 C++ 应用程序,并且需要查看结构中的内存对齐情况。我想使用调试窗口“内存”,但我找不到它应该在的地方。如此处所述,我启用了“地址级调试”,但它仍然不存在。
我使用的是终极版,所以这应该不是问题!
您只能在调试器运行时使用内存窗口。因此,不要单击“运行”,而是尝试单击“步入”,或者在某处设置断点,这样调试器就不会自动终止。然后在 Debug -> Windows -> Memory 下查看。