Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 4.0 » Debug-Process

Debug-Process - Powershell 4.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Debug-Process

Short description
Debugs one or more processes running on the local computer.

Syntax


Description
The Debug-Process cmdlet attaches a debugger to one or more running processes on a local computer. You can specify the 
processes by their process name or process ID (PID), or you can pipe process objects to Debug-Process.


Debug-Process attaches the debugger that is currently registered for the process. Before using this cmdlet, verify 
that a debugger is downloaded and correctly configured.