![]() |
混合模式应用程序中的属性求值
混合模式应用程序中的属性求值
在混合模式应用程序中,调试器执行的属性求值是一个资源消耗很大的操作。因此,调试操作(如单步执行)可能会很慢。有关更多信息,请参见单步执行。如果混合模式调试的性能很低,您可能希望在调试器窗口中关闭属性求值。 说明:显示的对话框和菜单命令可能会与“帮助”中的描述不同,具体取决于您的当前设置或版本。若要更改设置,请在“工具”菜单上选择“导入和导出设置”。有关更多信息,请参见 Visual Studio 设置。关闭属性求值
|
回复: 混合模式应用程序中的属性求值
禁用“仅我的代码”调试
启用或禁用“仅我的代码”调试
|
回复: 混合模式应用程序中的属性求值
Hi Flora,
It sounds like your Find_Cycles.exe is not being built with pdb data, or you are launching it from a different directory from where the PDB is stored. You can solve the first problem by making sure to build the Debug configuration (should be on the build toolbar, or you can pick it from the Build | Configuration Manager menu option) If you are already building the debug configuration (or want to build some other configuration) and it is still not working, make sure that your project is generating PDB output. For C++, this is under General options for the project. You need to check both the C/C++ and linker subcategories. If that still doesn't work, or you are sure that a PDB file is being generated, it may be that the PDB file is not found in the symbol path. Go to Tools | Options, and pick the Debugging category on the left. Then pick the Symbols subcategory. In the page that appears to the right, make sure to add where your PDB file is generated to the list of locations for symbols. Hope that helps. - Rich |
| 所有的时间均为北京时间。 现在的时间是 03:47 PM. |