Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有生成我的 activex 组件的 ac# 项目。调试项目是一个调用已注册 dll 的简单 Web 应用程序。
Javascript 调试点和异常工作正常。
如何在 ActiveX c# 项目中捕获调试点和异常?
通常我会将调试器附加到调用该组件的进程。在 Visual Studio 中:调试/附加到进程...
也可以将 Debug.Assert(false) 放在要停止的地方,生成调试提示。有时它会起作用。