pyzo icon indicating copy to clipboard operation
pyzo copied to clipboard

Feature Request: Add a inline debugger like wolf/quokka.js

Open l33tlinuxh4x0r opened this issue 4 years ago • 1 comments

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

l33tlinuxh4x0r avatar Oct 12 '20 09:10 l33tlinuxh4x0r

That would certainly be interesting. But I think it would also require some profound changes in both editor and shell.

almarklein avatar Oct 12 '20 10:10 almarklein