07 2008 档案

摘要: 不能正常捕捉异常,应用程序有任何未处理的异常,就直接crash,抛出系统错误框阅读全文
posted @ 2008-07-31 12:45 Anders06 阅读(145) | 评论 (0) 编辑
摘要: 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. 阅读全文
posted @ 2008-07-22 16:05 Anders06 阅读(145) | 评论 (0) 编辑