Debugging tool thats lets you easily inspect/visualize objects and variables in your running python code in real time.
On the project you wish to debug, install debugpy:
pipenv install debugpy
From the project you with to debug:
pipenv run python -m debugpy --listen localhost:5678 your-script.py Clone this repo and run: HD_PORT=9000 pipenv run python pov.py
Then open your browser at http://localhost:9000