Share via


DkmBreakpointSuggestedFix Enum

Definition

Provides a suggested action a user could take to try to fix a breakpoint that has failed to bind. Note that these are suggestions, and applying a suggested fix may not actually resolve a bind failure.

This API was introduced in Visual Studio 17 Update 4 (DkmApiVersion.VS17Update4).

public enum DkmBreakpointSuggestedFix
type DkmBreakpointSuggestedFix = 
Public Enum DkmBreakpointSuggestedFix
Inheritance
DkmBreakpointSuggestedFix

Fields

DisableJMC 1

Indicates that this breakpoint might bind successfully if Just My Code is disabled.

DisableManagedOptimizations 2

Indicates that this breakpoint might bind successfully if optimizations applied to managed code are disabled.

None 0

Indicates that no suggested fix is available or necessary.

Applies to