DkmStepper.ShouldCaptureReturnValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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