Skip to content
New issue

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

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

Already on GitHub? # to your account

Visualize data in debugger #2865

Open
kindlychung opened this issue Jan 29, 2017 · 0 comments
Open

Visualize data in debugger #2865

kindlychung opened this issue Jan 29, 2017 · 0 comments

Comments

@kindlychung
Copy link

There is a nice feature in pycharm which presents array data as a spreadsheet when debugging: https://www.youtube.com/watch?v=xFNabDH398c&feature=youtu.be

Note that the cells are also color coded according to the value in that cell. The more awesome thing is that since you can call functions in Pycharm debugger, the array can be directly shown as an image (imshow) or any other kind of plots allowed by the plotting libraries in the python ecosystem.

I understand that function calling in debugger is being worked on and will be included in 1.0, but the more basic "view as array" feature shown in the video above should not even need that.

Thanks for this nice plugin, I like it a lot!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant