Buddy Hy wrote: ↑Sun Sep 22, 2019 6:47 am
Awesome Kunda1, I've downloaded the zip file but GitHub doesn't properly detail how to install it
Yea, their documentation is alarmingly sparse.
I haven't installed a python package manually in a while...
Is there are reason why you're not interested in using a package installer for python...
I'm not a python expert, FYI.
Alternatively, you can just put ``pdb.py`` somewhere inside your
``PYTHONPATH``.
So yea, it seems you can add the location of the pdbpp's pdb.py to the beggining of your PYTHONPATH environmental variable (not sure how to do this on Windows).
Once you install pdbpp it should of automagically become you new python debugger.
Here is a nice indepth page:
https://eecs485staff.github.io/p1-insta ... g-with-pdb
Follow these instructions, they should work.