DkmStepper.ShouldCaptureReturnValue Property

Definition

In managed debugging, it indicates if the stepper wanted to capture return value during stepping. Default it is false.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 property bool ShouldCaptureReturnValue { bool get(); };
public:
 property bool ShouldCaptureReturnValue { bool get(); };
public bool ShouldCaptureReturnValue { get; }
member this.ShouldCaptureReturnValue : bool
Public ReadOnly Property ShouldCaptureReturnValue As Boolean

Property Value

Applies to