Disable-RunspaceDebug
Disables debugging on one or more runspaces, and releases any pending debugger stop.
Disable-RunspaceDebug [[-Runspace*Name] [<String[]>]] [<CommonParameters>]
Disable-RunspaceDebug [[-ProcessName] [<String>]] [[-AppDomainName] [<String[]>]] [<CommonParameters>]
Disable-RunspaceDebug [-Runspace*] <Runspace[]> [<CommonParameters>]
Disable-RunspaceDebug [-Runspace*Id] <Int32[]> [<CommonParameters>]
Disable-RunspaceDebug [-Runspace*InstanceId] <Guid[]> [<CommonParameters>]
The Disable-RunspaceDebug cmdlet disables debugging on one or more runspaces, and releases any pending debugger stop.
Parameters |
---|
-AppDomainName [<String[]>] |
-ProcessName [<String>] |
-Runspace <Runspace[]>
|
-RunspaceId <Int32[]>
|
-RunspaceInstanceId <Guid[]>
|
-RunspaceName [<String[]>] |
<CommonParameters>
|
Related Links