Skip to content

richstokes/python-objectviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debugging tool thats lets you easily inspect/visualize objects and variables in your running python code in real time.

Setup

On the project you wish to debug, install debugpy:
pipenv install debugpy

Start debugpy server

From the project you with to debug:

pipenv run python -m debugpy --listen localhost:5678 your-script.py 

Run python-objectviewer

Clone this repo and run: HD_PORT=9000 pipenv run python pov.py

Then open your browser at http://localhost:9000

About

🧐 Easily inspect/visualize objects and variables in your running python code in real time.

Topics

Resources

License

Stars

Watchers

Forks

Languages