The Disable-RunspaceDebug cmdlet disables debugging on one or more runspaces, and releases any pending debugger stop.
Examples
1:
2:
Parameters
-AppDomainName
Type:
String[]
Position:
1
Default value:
None
Required:
False
Accept pipeline input:
False
Accept wildcard characters:
False
-ProcessName
Type:
String
Position:
0
Default value:
None
Required:
False
Accept pipeline input:
False
Accept wildcard characters:
False
-Runspace
Specifies a runspace object.
The simplest way to provide a value for this parameter is to specify a variable that contains the results of a filtered Get-Runspace command.