passEverything is awesome!
Scanned: 13 days ago
Add-Debugger
The script adds or replaces existing debugger in any PowerShell runspace.
It is useful for hosts with no own debuggers, e.g. bare runspace host
"Default Host", Visual Studio NuGet console "Package Manager Host".
But it may replace and improve existing debuggers ("ConsoleHost").
The script is called at any moment when debugging is needed. To restore
the original debuggers, invoke Restore-Debugger defined by Add-Debugger.
For output of debug commands the script uses Out-Host or a file with a
separate console started for watching its tail.
For input the input box is used for typing PowerShell and debugger
commands. Specify the switch ReadHost for using Read-Host instead
or PSReadLine if this module is imported, with its addons, e.g.
https://www.powershellgallery.com/packages/GuiCompletion
License: unknown
Published: about 4 years ago
SAFE Assessment
Compliance
Licenses
No license compliance issues
Secrets
No sensitive information found
Security
Vulnerabilities
No known vulnerabilities detected
Hardening
No application hardening issues
Threats
Tampering
No evidence of software tampering
Malware
No evidence of malware inclusion