Skip to content

Some property types (ScriptProperty and CodeProperty) don't appear in debugger's Variables view #826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
daviwil opened this issue Jun 2, 2017 · 3 comments
Labels

Comments

@daviwil
Copy link
Contributor

daviwil commented Jun 2, 2017

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.

@mrboring
Copy link

mrboring commented Jun 2, 2017

Looking forward to this!

@daviwil daviwil modified the milestones: July 2017, Future Oct 26, 2017
@TylerLeonhardt TylerLeonhardt modified the milestone: Future May 24, 2018
@JustinGrote
Copy link
Collaborator

@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.

image

@ghost ghost added the Needs: Maintainer Attention Maintainer attention needed! label Apr 22, 2020
@TylerLeonhardt
Copy link
Member

I think this is talking about ScriptProperties on the object like CPU or Company on the Process object:

image

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.

@TylerLeonhardt TylerLeonhardt removed the Needs: Maintainer Attention Maintainer attention needed! label Apr 28, 2020
@SydneyhSmith SydneyhSmith removed this from the Future milestone Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants