Pages

Tuesday, September 23, 2014

Debugging Powershell Cmdlets (C#)

When building Cmdlets in C# for Powershell one of the things you typically want to do is hit F5 to debug your Cmdlet code.
Fortunately this is quite easy to set up. Below I will be showing how to do it in Visual Studio 2012 - but I expect the process to be nearly identical in other Visual Studio versions.