Vertaling van "Set-PSDebug" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Establece un punto de interrupción en una línea, un comando o una variable. Set-PSDebug
Sets a breakpoint on a line, command, or variable. Set-PSDebug
A diferencia del cmdlet Set-PSDebug, Set-StrictMode afecta solamente al ámbito actual y sus ámbitos secundarios, por lo que puede utilizarse en un script o función sin afectar al ámbito global.
Unlike the Set-PSDebug cmdlet, Set-StrictMode affects only the current scope and its child scopes, so you can use it in a script or function without affecting the global scope.
Este parámetro también desactiva "Set-PSDebug -Strict".
Método 1: el cmdlet Set-PsDebug proporciona características de depuración de script básicas, como la ejecución paso a paso y el seguimiento.
Method 1: The Set-PsDebug cmdlet offers basic script debugging features, including stepping and tracing.
Nota: el comando "Set-StrictMode -off" deshabilita la comprobación establecida por un comando "set-psdebug -strict".
Note: A "Set-StrictMode -off" command disables the verification set by a "set-psdebug -strict" command.
"Set-Strictmode -versión 1" es equivalente a "Set-PSDebug -strict", con la excepción de que Set-PSDebug es efectivo en todos los ámbitos.
"Set-Strictmode -version 1" is equivalent to "Set-PSDebug -strict", except that Set-PSDebug is effective in all scopes.