Add-Debugger

2.4.0

The script adds or replaces existing debugger in any runspace. It is
useful for hosts with no own debuggers, e.g. 'Default Host', 'Package
Manager Host', 'FarHost'. Or it may replace existing debuggers, e.g.
in "ConsoleHost".

The script is called at any moment when debugging is needed. To restore
the original debuggers, invoke Restore-Debugger defined by Add-Debugger
The script adds or replaces existing debugger in any runspace. It is
useful for hosts with no own debuggers, e.g. 'Default Host', 'Package
Manager Host', 'FarHost'. Or it may replace existing debuggers, e.g.
in "ConsoleHost".

The script is called at any moment when debugging is needed. To restore
the original debuggers, invoke Restore-Debugger defined by Add-Debugger.

Console like hosts include 'ConsoleHost', 'Visual Studio Code Host',
'Package Manager Host'. They imply using Read-Host and Write-Host by
default. Other hosts use GUI input box and output file watching.

Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Add-Debugger

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Roman Kuzmin

Package Details

FileList

Version History

Version Downloads Last updated
2.4.0 (current version) 7 3/10/2025
2.3.1 292 3/23/2024
2.3.0 9 3/22/2024
2.2.1 224 8/20/2022
2.2.0 75 8/19/2022
2.1.0 79 8/16/2022
2.0.0 80 8/15/2022
1.2.0 81 8/13/2022
1.1.0 79 8/11/2022
1.0.0 79 8/10/2022
Show more