I think spyder is good Python IDE, but defaul pdb is not power enough

I had try winpdb before, and it's debug capability more than spyder
include watch callstack, switch frame, thread debug, ...
http://winpdb.org/
winpdb module include rpdb2.py

I had fork the spyderlib in Bitbucket, and modify some code to testing with 
rpdb2
https://bitbucket.org/Falldog/spyderlib
currently, it's just simple testing, click debug button, it will debug with 
pdb & rpdb2 at the same time
now could set breakpoints and debug with "step", "next", "continue", 
"return"

I am not sure it's good choice to implement new debugger with rpdb2
If that is the way, I will keep going
Please leave any suggestion for this, thanks

BTW
Move repository to Bitbucket is very good way!!! :)

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to