共用方式為


JMC_CODE_SPEC

這個結構用來設定 JustMyCode 模組的資訊。

typedef struct _JMC_CODE_SPEC {
   BOOL fIsUserCode;
   BSTR bstrModuleName;
} JMC_CODE_SPEC;
public struct JMC_CODE_SPEC {
   public int    fIsUserCode;
   public string bstrModuleName;
};

Members

  • fIsUserCode
    非零值 (TRUE) 如果模組是考慮到使用者程式碼路徑。 否則,零 (FALSE) 如果模組是被當做外部的程式碼,而不進行偵錯。

  • bstrModuleName
    將有疑問的模組名稱。

備註

這個結構以一系列這種結構,以傳遞IDebugEngine3::SetJustMyCodeState方法。

需求

標頭: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

組件: Microsoft.VisualStudio.Debugger.Interop.dll

請參閱

參考

結構和等位

IDebugEngine3::SetJustMyCodeState