simply-view-image-for-python-debugging icon indicating copy to clipboard operation
simply-view-image-for-python-debugging copied to clipboard

visual studio code extension simply view the image of the image variables when debugging python

Results 25 simply-view-image-for-python-debugging issues
Sort by recently updated
recently updated
newest added

when I was debugging in a DataLoader with this plugin, the plugin costed too much performance sothat the program cannot contiune at all. when I am debugging, the plugin always...

There is an issue `error running command svifpd.watch-track-enable: e.settracked is not a function. this is likely caused by the extension that contributes svifpd.watch-track-enable.` raised when I want to check what...

Information needed

I know it's possible to create new objects in debug console and view them through Image watch. But one's often want to work with arbitrary expression and see what image...

enhancement

安装了插件,但是不生效,也重装了vscode,请问这是什么原因呢? ![image](https://github.com/elazarcoh/simply-view-image-for-python-debugging/assets/129131129/fd9dc7df-6cf5-4939-adfe-e622e6d3c208) ![image](https://github.com/elazarcoh/simply-view-image-for-python-debugging/assets/129131129/195934c2-4bd0-4864-ab9e-5eb456fa6fed)

When I'm debugging with a launch request, eg with a configuration like ``` { "name": "Python: Current File", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal", "justMyCode": true }, ```...

bug

Viewing 3D subplots is not working. Viewing the entire figure does work as expected. ```python fig = plt.figure() ax3d = plt.subplot(1,1,1,projection='3d') ax3d.scatter(range(20), range(20), range(20)) ```

bug

Say we're debugging the following file: ```python import cv2 def subprocedure(): image2 = cv2.imread("image.png") pass def procedure(): image = cv2.imread("image.png") subprocedure() procedure() pass ``` We run it, and set a...

enhancement

Disabling svifpd.restrictImageTypes allows viewing other image types, which is great. Not sure of the extent of what can work, but just for context it works out of the box in...

enhancement

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies