PowerShellEditorServices
PowerShellEditorServices copied to clipboard
Debugger showing limited view of a Process object in Variables window
The System.Diagnostics.Process has many more properties than this:

Repro with:
$proc = Get-Process PowerShell
And inspect $proc in the Variables window.
Yay, another PSObject unwrap issue. Fixed with PR #90.
Ha, I have to re-open this with v3, same issue is occurring. Thanks for the regression test!