PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

Debugger showing limited view of a Process object in Variables window

Open rkeithhill opened this issue 9 years ago • 2 comments

The System.Diagnostics.Process has many more properties than this:

processevald

Repro with:

$proc = Get-Process PowerShell

And inspect $proc in the Variables window.

rkeithhill avatar Dec 19 '15 23:12 rkeithhill

Yay, another PSObject unwrap issue. Fixed with PR #90.

rkeithhill avatar Dec 24 '15 20:12 rkeithhill

Ha, I have to re-open this with v3, same issue is occurring. Thanks for the regression test!

andyleejordan avatar Dec 17 '21 03:12 andyleejordan