文件名称:perry:PowerShell的调试实用程序
文件大小:29KB
文件格式:ZIP
更新时间:2024-03-16 20:03:22
C#
佩里 Perry是一个PowerShell模块,旨在帮助调试,以便在使用本身不能提供太多信息的代码时获得一些错误信息。 从安装 Install-Module - Name Perry 例子 # Load Perry with Interactive-flag to output errors to console. # Alternatively there is Get-Perry or Add-Perry -LogPath Add-Perry - Interactive # Run script with bug in it function DoStuff { param ( $InputStuff ) return ( 10 / ( $InputStuff - 7 )) } try { for ( $i = 10 ; $i -gt 0 ; $i -- ) { $resul
【文件预览】:
perry-main
----Perry()
--------Perry.csproj(555B)
--------AddPerryStackTraceFilter.cs(542B)
--------Perry.dll-Help.xml(17KB)
--------Errors()
--------AddPerryCommand.cs(1KB)
--------ClearPerryStackTraceFilter.cs(369B)
--------Properties()
--------RemovePerryCommand.cs(451B)
--------GetPerryCommand.cs(511B)
--------Perry.psd1(4KB)
--------docs()
--------Options()
----.github()
--------workflows()
----Perry.sln(1KB)
----LICENSE(11KB)
----build()
--------VersionBump.ps1(833B)
----README.md(2KB)
----.gitignore(6KB)