A 3D visual debugger for Python with VR support. Made for MHacks 12
-
git clonethis repo -
cdinto the newly cloned repo and install a python virtual environment using
$ python3 -m venv env -
activate the environment using
$ source env/bin/activate
then install our package using
$ pip install -e . -
Grab your favorite Python program and copy it into the
main/folder. Be sure to include the line
import pdb;pdb.set_trace()
atop the file you wish to debug. Now, navigate toconfig.pyand changePROGRAM_NAMEto 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