Skip to content
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

Variable viewer: Class value info is not human friendly #10238

Closed
Tyriar opened this issue Jun 1, 2022 · 1 comment
Closed

Variable viewer: Class value info is not human friendly #10238

Tyriar opened this issue Jun 1, 2022 · 1 comment
Assignees
Labels
triage-needed Issue needs to be triaged

Comments

@Tyriar
Copy link
Member

Tyriar commented Jun 1, 2022

Testing #10170

After running this:

class MyClass:
    """A simple example class"""
    i = 12345

    def f(self):
        return 'hello world'

x = MyClass()

Screen Shot 2022-06-01 at 7 36 24 am

I was expecting something like MyClass or more useful MyClass { var: ... }

@github-actions github-actions bot added the triage-needed Issue needs to be triaged label Jun 1, 2022
@Tyriar Tyriar changed the title Variable viewer: Class instance type info is not human friendly Variable viewer: Class value info is not human friendly Jun 1, 2022
@rchiodo
Copy link
Contributor

rchiodo commented Jun 1, 2022

This is what python returns. The debugger shows the same thing.

@rchiodo rchiodo closed this as completed Jun 1, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
triage-needed Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants