A 3D visual debugger for Python with VR support. Made for MHacks 12
-
git clone
this repo -
cd
into the newly cloned repo and install a python virtual environment using
$ python3 -m venv env
-
activate the environment using
$ source env/bin/activate
-
Grab your favorite Python program and copy it into the
main/
folder. Be sure to include the lineimport pdb;pdb.set_trace()
atop the file you wish to debug. Now, navigate toconfig.py
and changePROGRAM_NAME
to the name of the python file -
run the api server using
$ chmod +x bin/*
$ dos2unix bin/*
$ bin/pythonapirun
-
run the Unity program either by opening the Unity IDE and pressing play, OR running the windows executable