Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/watchpoints/watch.py", line 28, in __call__
argnodes = getargnodes(frame)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/watchpoints/util.py", line 43, in getargnodes
line = getline(frame)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/watchpoints/util.py", line 19, in getline
with open(filename, "r", encoding="utf-8") as f:
FileNotFoundError: [Errno 2] No such file or directory: '<stdin>'
When I run the first example in the terminal:
I get: