DebugPx
1.0.3.14
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
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
Copyright 2016 Kirk Munro
Package Details
Author(s)
- Kirk Munro
Tags
breakpoint debug debugger write-debug set-psbreakpoint
Cmdlets
Debug-Module Enter-Debugger Invoke-IfDebug
Functions
Disable-EnterDebuggerCommand Enable-EnterDebuggerCommand Get-CommandDebugMode Set-CommandDebugMode
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-EnterDebuggerCommand.ps1
- functions\Enable-EnterDebuggerCommand.ps1
- functions\Get-CommandDebugMode.ps1
- functions\Set-CommandDebugMode.ps1
- scripts\Export-BinaryModule.ps1