ICorDebugManagedCallback::Breakpoint Method
.NET Framework 2.0
Notifies the debugger when a breakpoint is encountered.
HRESULT Breakpoint (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugThread *pThread,
[in] ICorDebugBreakpoint *pBreakpoint
);
Parameters
- pAppDomain
-
[in] A pointer to an ICorDebugAppDomain Interface object that represents the application domain that contains the breakpoint.
- pThread
-
[in] A pointer to an IICorDebugThread Interface object that represents the thread that contains the breakpoint.
- pBreakpoint
-
[in] A pointer to an ICorDebugBreakpoint Interface object that represents the breakpoint.