Wolf
Wolf copied to clipboard
Wolf is a VsCode extension that enables live inspection of Python code in the editor.
This is a minor problem and a easy fix. `raise Exception('hi')` - wolf works `raise BaseException('hi')` - wolf doesn't output anything fix: in wolf python code catch BaseException instead of...
99 bugs left on the wall, take two down, pass them around, 99 bugs left on the wall! But seriously, it's getting harder to find bugs now, so you're making...
Pop-up or something for the user to type in input Alternatively, some sort of message telling the user that wolf does not handle input ``` x = input() print(x) #...
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...
@Duroktar Thank you for your work on this awesome extension. Even flavor (wolf+hunter) is great. Do you plan to continue your work here? There are some issues currently, such as...
``` python if __name__=="__main__": print(__name__) # this should run, no ? ```
Is there plans for suppose of anonymous functions, such as lambda etc ?
see #40 - instead of File "\", line 1\n, wolf should tell the user that it failed. ex: ```python x =~0 #? Wolf encountered an error when trying to display...
```python import turtle turtle.forward(200) ``` turtle should stay open but instead it exits as soon as the turtle finishes moving.