IDkmNativeJustMyCodeSteppingEnableNotification.OnNativeJustMyCodeSteppingChanged Method
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.
Called when 'IsNativeJustMyCodeSteppingEnabled' is changed.
public:
void OnNativeJustMyCodeSteppingChanged(Microsoft::VisualStudio::Debugger::DkmEngineSettings ^ settings);
public void OnNativeJustMyCodeSteppingChanged (Microsoft.VisualStudio.Debugger.DkmEngineSettings settings);
abstract member OnNativeJustMyCodeSteppingChanged : Microsoft.VisualStudio.Debugger.DkmEngineSettings -> unit
Public Sub OnNativeJustMyCodeSteppingChanged (settings As DkmEngineSettings)
Parameters
- settings
- DkmEngineSettings
[In] Contains the session-wide debug settings. There is one instance of this object per engine Guid (ex: one instance for COMPlusOnlyEng2, one instance for COMPlusNativeEng).