Table of Contents

Method SetSingleStepFlag

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

SetSingleStepFlag(bool)

Enable or disable the single-step flag in the context.

public void SetSingleStepFlag(bool fEnable)

Parameters

fEnable bool

Exceptions

InvalidOperationException

Throws if the architecture doesn't support single-stepping.