r> [in] ICorDebugThread *pThread, [in] LONG lLevel, [in] WCHAR *pLogSwitchName, [in] WCHAR *pMessage); HRESULT LogSwitch([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugThread *pThread, [in] LONG lLevel, [in] ULONG ulReason, [in] WCHAR *pLogSwitchName, [in] WCHAR *pParentName); HRESULT ControlCTrap([in] ICorDebugProcess *pProcess); HRESULT UpdateModuleSymbols([in] ICorDebugAppDomain *pAppDomain, [in] ICorDebugModule *pModule, [in] IStream *pSymbolStream); //... }; Break 事件在执行 IL 指令 Break 时被引发,可被用于实现特殊的断点等功能; Exception 事件在代码抛出异常时,以及异常未被处理时被引发,类似于 Win32 Debug AP页码:[1] [2] [3] [4] [5] [6] [7] [8] 第5页、共8页 |