Handles an event when the break flags change.

HRESULT OnBreakFlagChange(
   APPBREAKFLAGS                   abf,
   IRemoteDebugApplicationThread*  prdatSteppingThread
);

Parameters

abf

[in] The current break flags for the application.

prdatSteppingThread

[in] The currently running thread.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also