Enable-RunspaceDebug
啟用 Runspace 的偵錯,其中會保留任何斷點,直到附加調試程序為止。
語法
Enable-RunspaceDebug
[-BreakAll]
[[-RunspaceName] <String[]>]
[<CommonParameters>]
Enable-RunspaceDebug
[-BreakAll]
[-Runspace] <Runspace[]>
[<CommonParameters>]
Enable-RunspaceDebug
[-BreakAll]
[-RunspaceId] <Int32[]>
[<CommonParameters>]
Enable-RunspaceDebug
[-RunspaceInstanceId] <Guid[]>
[<CommonParameters>]
Enable-RunspaceDebug
[[-ProcessName] <String>]
[[-AppDomainName] <String[]>]
[<CommonParameters>]
Description
Cmdlet Enable-RunspaceDebug
可在 Runspace 上啟用偵錯,其中會保留任何斷點,直到附加調試程序為止。
範例
1:啟用預設 Runspace 調試程式
Enable-RunspaceDebug
Get-RunspaceDebug
Id Name Enabled BreakAll
-- ---- ------- --------
1 Runspace1 True False
參數
-AppDomainName
裝載 PowerShell Runspace 的應用程式域名稱。
類型: | String[] |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-BreakAll
使 Runspace 中的任何執行命令或腳本在步驟模式中停止,而不論調試程式目前是否已附加。 腳本或命令會維持停止狀態,直到調試程式附加至偵錯目前的停止點為止。
類型: | SwitchParameter |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ProcessName
裝載 PowerShell Runspace 的進程名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Runspace
要停用的一或多個 Runspace 物件。
類型: | Runspace[] |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-RunspaceId
要停用的一或多個 Runspace 識別碼。
類型: | Int32[] |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-RunspaceInstanceId
要停用的一或多個 Runspace GUID。
類型: | Guid[] |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-RunspaceName
要停用的一或多個 Runspace 名稱。
類型: | String[] |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |