_dispDebuggerEvents::OnEnterBreakMode Method (dbgEventReason, dbgExecutionAction)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

void OnEnterBreakMode(
	dbgEventReason Reason,
	dbgExecutionAction% ExecutionAction
)

Parameters

Reason
Type: EnvDTE::dbgEventReason

The reason for the action.

ExecutionAction
Type: EnvDTE::dbgExecutionAction

The action.

Return to top
Show: