simply-view-image-for-python-debugging
simply-view-image-for-python-debugging copied to clipboard
visual studio code extension simply view the image of the image variables when debugging python
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...
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...
插件不生效
安装了插件,但是不生效,也重装了vscode,请问这是什么原因呢?  
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 }, ```...
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)) ```
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...
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...
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...