You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow-on issue from #821 to track the lack of ScriptProperty and CodeProperty properties when looking at a PSObject in the debugger's Variables pane. These are usually pretty helpful for debugging purposes so it'd be good to add support for them.
The text was updated successfully, but these errors were encountered:
@TylerLeonhardt@SydneyhSmith I see scriptproperties in the debugger today, I think this can be closed, unless the request is to see the original script that generated the property, but that should probably be a separate enhancement and not a bug.
I think this is talking about ScriptProperties on the object like CPU or Company on the Process object:
They're ScriptProperties but they don't show up in the variables table... probably because we are going into the base object instead of looking at what's on the PSObject wrapper... I'd have to look into it deeper.
This is a follow-on issue from #821 to track the lack of ScriptProperty and CodeProperty properties when looking at a PSObject in the debugger's Variables pane. These are usually pretty helpful for debugging purposes so it'd be good to add support for them.
The text was updated successfully, but these errors were encountered: