Examples with "PSBreakpoint" and their translation in Frans
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.
Sets the current working location to a specified -PSBreakpoint
Andere resultaten
Set-PSBreakpoint cannot set a breakpoint on a remote computer.
Get-PSBreakpoint Gets the breakpoints set in the current console.
It uses the Get-PSBreakpoint cmdlet to get the breakpoints.
To re-enable a breakpoint, use the Enable-PSBreakpoint cmdlet.
It uses the Disable-PSBreakpoint cmdlet to disable the breakpoint.
Also, the Get-PSBreakpoint cmdlet does not return this breakpoint.
You can also pipe breakpoint types to Get-PSBreakpoint.
The third command uses the Enable-PSBreakpoint cmdlet to re-enable the breakpoint.
La troisième commande utilise l'applet de commande Enable-PSBreakpoint pour réactiver le point d'arrêt.
You can also pipe breakpoint objects to Enable-PSBreakpoint.
The Enable-PSBreakpoint cmdlet does not generate an error if you try to enable a breakpoint that is already enabled.
L'applet de commande Enable-PSBreakpoint ne génère pas d'erreur si vous essayez d'activer un point d'arrêt déjà activé.
Newly created breakpoints are automatically enabled, but you can disable them by using the Disable-PSBreakpoint cmdlet.
When you use the PassThru parameter, Disable-PSBreakpoint returns an object that represents the disabled breakpoint.
Lorsque vous utilisez le paramètre PassThru, Disable-PSBreakpoint retourne un objet qui représente le point d'arrêt désactivé.