07 2008 档案
摘要: 不能正常捕捉异常,应用程序有任何未处理的异常,就直接crash,抛出系统错误框阅读全文
摘要: You can't have both Edit + Continue (for managed code) and Interop enabled at the same time.
--------------
1. If you want to debug + edit just the C# code, you can use managed-only debugging.
2. If you want to debug + edit just the native C++ code, you can use native-only debugging.
3. If you want to debug both C# and native C++ code (but not edit), you can use interop-debugging.
阅读全文

