ICorDebugManagedCallback::Break Method
.NET Framework 2.0
Notifies the debugger when a Break instruction in the code stream is executed.
HRESULT Break (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugThread *thread
);
Parameters
- pAppDOmain
-
[in] A pointer to an ICorDebugAppDomain Interface object that represents the application domain that contains the break instruction.
- thread
-
[in] A pointer to an ICorDebugThread Interface object that represents the thread that contains the break instruction.