Vertaling van "set-psdebug" in Spaans
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.
Note: A "Set-StrictMode -off" command disables the verification set by a "set-psdebug -strict" command.
Nota: el comando "Set-StrictMode -off" deshabilita la comprobación establecida por un comando "set-psdebug -strict".
Sets a breakpoint on a line, command, or variable. Set-PSDebug
Establece un punto de interrupción en una línea, un comando o una variable. Set-PSDebug
Method 1: The Set-PsDebug cmdlet offers basic script debugging features, including stepping and tracing.
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.
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.
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.
This parameter also turns off "Set-PSDebug -Strict".
Este parámetro también desactiva "Set-PSDebug -Strict".
"Set-Strictmode -version 1" is equivalent to "Set-PSDebug -strict", except that Set-PSDebug is effective in all scopes.
"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.