passEverything is awesome!
Scanned: 3 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".
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.
For output of debug commands the script uses Out-Host by default.
If Out-Host is not suitable then specify Path for an output file.
Use the switch ReadHost or ReadGui to specify the input method.
By default it is Read-Host for console and GUI for other hosts.
License: unknown
Published: over 2 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