Closed voidplayer closed 6 years ago
Good point. I have released a package for Python 2.6 and 2.7 which works with pip.
I will work on an experimental build for Python 3 soon
Thanks!
I tried and it seems to work
Im really looking forward for the best python debugger gui there was... reborn!
Actually, the namespace is empty :(
Unfortunately, the python 3 version is not stable yet.
If you really want to debug python 3 programe, the simpler is to :
python3 -m rpdb2 yourprogram.py
It's a bit tedious but you can debug with a full working version of winpdb.
The alternative is to help me fix the windpb / python 3 version. The porting to WxWidget is more tedious than I expected, but nothing beyound the capabilities of a good developer :-)
Help me make winpdb great again...
Im almost sure I was debugging a python2 program
Anyway, im using old winpdb because it still works for my use cases, but i was really happy when i saw somebody picked up the development, because this is the only python debugger which shows every variable in every context by default
I was worried because the last update in the old pdb was really ancient
This bug was about the installation instructions and can be closed if you are aware already of the problem
I will help testing the new releases!
install instructions no longer work