共用方式為


ICorDebugStepper2

更新:2007 年 11 月

提供 Just My Code (JMC) 偵錯的支援。

interface ICorDebugStepper2 : IUnknown {
        
    HRESULT SetJMC (
        [in] BOOL    fIsJMCStepper
    );
        
};

方法

方法

描述

ICorDebugStepper2::SetJMC 方法

設定值,指定此 ICorDebugStepper 是否僅逐步執行由應用程式開發人員所撰寫的程式碼。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl

**程式庫:**CorGuids.lib

**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

請參閱

參考

ICorDebugStepper

其他資源

偵錯介面