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.

void SetSingleStepFlag(bool enable)

Parameters

enable bool

true to enable single-stepping, false to disable it

Exceptions

InvalidOperationException

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