集成托管调试不支持的操作
Operation not supported by integrated managed debugging
我正在尝试调试用 C++ 编写的示例代码。
我将它加载到 WinDbg 中并键入 uf main
这应该会反汇编主函数,但我收到错误
0:000> uf main
Operation not supported by integrated managed debugging.
error at 'main'
sos.dll
和 mscordacwks.dll
已加载。
我能做什么?
通过 VS 命令行编译。 cl /子 file.cpp
工作得很好 :)
我正在尝试调试用 C++ 编写的示例代码。
我将它加载到 WinDbg 中并键入 uf main
这应该会反汇编主函数,但我收到错误
0:000> uf main
Operation not supported by integrated managed debugging.
error at 'main'
sos.dll
和 mscordacwks.dll
已加载。
我能做什么?
通过 VS 命令行编译。 cl /子 file.cpp 工作得很好 :)