DebugPx
1.0.0.6
The DebugPx module provides a set of commands that make it easier to debug PowerShell scripts, functions and modules. These commands leverage the native debugging capabilities in PowerShell (the callstack, breakpoints, error output and the -Debug common parameter) and provide additional functionality that these features do not provide, enabling a richer debugging expe
The DebugPx module provides a set of commands that make it easier to debug PowerShell scripts, functions and modules. These commands leverage the native debugging capabilities in PowerShell (the callstack, breakpoints, error output and the -Debug common parameter) and provide additional functionality that these features do not provide, enabling a richer debugging experience.
Show more
Installation Options
Owners
Copyright
Copyright 2014 Kirk Munro
Package Details
Author(s)
- Kirk Munro
Tags
breakpoint debug debugger write-debug set-psbreakpoint
Dependencies
This module has no dependencies.
FileList
- DebugPx.nuspec
- DebugPx.dll
- DebugPx.psd1
- DebugPx.psm1
- LICENSE
- NOTICE
- en-us\DebugPx.dll-Help.xml
- functions\Disable-BreakpointCommand.ps1
- functions\Enable-BreakpointCommand.ps1
- helpers\New-BreakpointCommandBreakpoint.ps1
- scripts\Export-BinaryModule.ps1
- scripts\Install-DebugPxModule.ps1
- scripts\Uninstall-DebugPxModule.ps1