Table of Contents

Method SetJmcStatus

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

SetJmcStatus(bool)

Enable Just-my-code stepping for this stepper. The default is 'false.

public void SetJmcStatus(bool isJustMyCode)

Parameters

isJustMyCode bool

true to make this a JMC-stepper, false to make it a traditional stepper.