pyzo
pyzo copied to clipboard
Feature Request: Add a inline debugger like wolf/quokka.js
I think that it would be cool to have the features from the wolf add on for vscode. Essentially it allows you to see output from your program anywhere you put a "#?" for example:
a = 1
b = 2
c = a + b
return c #? [3]
Would this be something that would be allowed to be added to pyzo? Obviously it would be something that could be toggled with a key bind and or a tool in pyzo. What are your opinions on this?
I think that editor.py would have to be modified to get this to work however I'm not sure. I'm going to have to look more closely at the code for wolf.
For reference https://github.com/Duroktar/Wolf
That would certainly be interesting. But I think it would also require some profound changes in both editor and shell.