![]() |
混合模式应用程序中的属性求值
混合模式应用程序中的属性求值
在混合模式应用程序中,调试器执行的属性求值是一个资源消耗很大的操作。因此,调试操作(如单步执行)可能会很慢。有关更多信息,请参见单步执行。如果混合模式调试的性能很低,您可能希望在调试器窗口中关闭属性求值。 ![]() 关闭属性求值
|
回复: 混合模式应用程序中的属性求值
禁用“仅我的代码”调试
启用或禁用“仅我的代码”调试
|
回复: 混合模式应用程序中的属性求值
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 |
所有的时间均为北京时间。 现在的时间是 12:09 AM. |