Duroktar / Wolf

Wolf is a VsCode extension that enables live inspection of Python code in the editor.
Other
128 stars 7 forks source link

wolf does not output in real-time #35

Open Almenon opened 6 years ago

Almenon commented 6 years ago

Wolf outputs everything when the program is finished. It would be nice for long-running programs or programs that use sleep for it to output in real-time.

Unfortunately this would require major refactoring based on your comment in #31

Duroktar commented 6 years ago

Yes, this is in the same boat as #31. I've been busy at work lately and have let these issues build up a bit. I guess I missed this one.

Anyways, I'll leave it open under FAQ so people can follow the links if they have similar issues or questions.

Cheers