VCDebugSettings 介面
VCDebugSettings 物件包含的屬性可讓您以程式設計方式操作 Debug 屬性頁上的設定,此頁面位於專案的 [屬性頁] 對話方塊的 [組態屬性] 資料夾中。
命名空間: Microsoft.VisualStudio.VCProjectEngine
組件: Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
語法
'宣告
<GuidAttribute("7FAF2C99-D432-4167-8228-F9BF891CF397")> _
Public Interface VCDebugSettings
[GuidAttribute("7FAF2C99-D432-4167-8228-F9BF891CF397")]
public interface VCDebugSettings
[GuidAttribute(L"7FAF2C99-D432-4167-8228-F9BF891CF397")]
public interface class VCDebugSettings
[<GuidAttribute("7FAF2C99-D432-4167-8228-F9BF891CF397")>]
type VCDebugSettings = interface end
public interface VCDebugSettings
VCDebugSettings 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
ApplicationArguments | 設定或取得要進行偵錯之應用程式的引數。 | |
ApplicationCommand | 設定或取得要進行偵錯的應用程式名稱。 | |
Attach | 取得或設定值,這個值表示當這個專案在進行偵錯時,偵錯工具是否應該附加至在 Command 屬性中指定的處理序。 | |
Command | 如果 Remote 指定本機偵錯且 Attach 為 false,則 Command 屬性會指定可執行檔在您叫用偵錯工具時啟動。如果 Attach 為 true 且 Remote 指定遠端偵錯,則 Command 屬性會指定當您叫用偵錯工具時偵錯處理序應附加至的處理序。 | |
CommandArguments | 取得或設定引數,當 Attach 為 false 時,這些引數會傳遞至在 Command 中指定的處理序。 | |
DebuggerFlavor | 要啟動的偵錯工具。 | |
DebuggerType | 取得或設定 Managed 或 Unmanaged 程式碼的偵錯工具設定。 | |
Environment | 取得或設定偵錯項目的環境,或是要與現有環境合併的變數。 | |
EnvironmentMerge | 取得或設定值,以指定是否要合併指定的環境變數與現有的環境。 | |
HttpUrl | 針對 ATL Server 偵錯,指定專案的 URL。 | |
MPIAcceptFilter | 取得或設定偵錯工具的 Multi-Processor-Interface 接受篩選器。 | |
MPIAcceptMode | 取得或設定偵錯工具的 Multi-Processor-Interface 接受值。 | |
MPIRunArguments | 設定或取得 Multi-Processor-Interface 偵錯的執行引數。 | |
MPIRunCommand | 設定或取得要在 Multi-Processor-Interface 領域下執行的命令名稱。 | |
MPIRunWorkingDirectory | 設定或取得 Multi-Processor-Interface 工作目錄。 | |
PDBPath | 取得或設定要搜尋符號檔的其他目錄。 | |
Remote | 取得或設定本機或遠端偵錯。 | |
RemoteCommand | 如果 Attach 為 false 且 Remote 指定遠端偵錯,則可執行檔會在您叫用偵錯工具時啟動。如果 Attach 為 true 且 Remote 指定遠端偵錯,則 RemoteCommand 屬性會指定當您叫用偵錯工具時偵錯處理序應附加至的處理序。 | |
RemoteMachine | 當 Remote 指定遠端偵錯時,RemoteMachine 屬性會指定包含要偵錯之程式的電腦名稱。 | |
ShimCommand | 設定或取得偵錯 shim 命令。 | |
SQLDebugging | 啟用專案的 SQL 偵錯。 | |
WorkingDirectory | 偵錯工具的工作目錄。預設目錄是包含 .vcxproj 檔的目錄。 |
回頁首
備註
請參閱C++ 偵錯組態的專案設定如需有關Debug屬性頁。請參閱修改專案設定如需存取專案的屬性頁對話方塊。