DebugPx

1.0.0.3

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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name DebugPx -RequiredVersion 1.0.0.3

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name DebugPx -Version 1.0.0.3

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Version History

Version Downloads Last updated
1.0.3.14 1,563 4/2/2016
1.0.0.7 296 11/17/2014
1.0.0.6 38 11/17/2014
1.0.0.5 38 11/8/2014
1.0.0.4 45 10/20/2014
1.0.0.3 (current version) 35 10/14/2014
1.0.0.2 35 10/9/2014
1.0.0.1 49 10/6/2014
Show less