elazarcoh / simply-view-image-for-python-debugging

visual studio code extension simply view the image of the image variables when debugging python
https://marketplace.visualstudio.com/items?itemName=elazarcoh.simply-view-image-for-python-debugging
MIT License
57 stars 6 forks source link

variable in debug #22

Closed acgull closed 2 years ago

acgull commented 2 years ago

Is there any way to view images/arrays that I create using the debug console? I don't see any bulb there, and there doesn't seem to be a way to view as image using the variable view.

elazarcoh commented 2 years ago

If you're using the Image Watch window (it's in the debug window), it should be possible. You should be able to create the image in the debug console, then refresh the image watch view, and it should appear there.

If that doesn't work, let me know.