Silver Light and Blue Sky

C# and Infrastructure. Code is everything.

Released OpenForPSCmdlet VS extension v1.1

OpenForPSCmdlet helps debugging your Cmdlet binary module writing C# or VB.

visualstudiogallery.msdn.microsoft.com

After install this VS extension, you can right click "Open for PSCmdlet" in your Cmdlet class.

f:id:tanaka733:20150203010609p:plain

Then run build and open PowerShell console with Importing your Cmdlet module.

f:id:tanaka733:20150203011143p:plain

In the latest version, VS attaches PowerShell console process and you can debug directly.

f:id:tanaka733:20150320010433p:plain

This extension is opens source. Your comments and requests are welcome.

github.com