Method SetSingleStepFlag
SetSingleStepFlag(bool)
Enable or disable the single-step flag in the context.
void SetSingleStepFlag(bool enable)
Parameters
enable
booltrue to enable single-stepping, false to disable it
Exceptions
- InvalidOperationException
Throws if the architecture doesn't support single-stepping.