Hi Falldog, Did you finish integrating rpdb2? I came across this thread after I submitted this issue: https://github.com/spyder-ide/spyder/issues/2142 in which I suggested using rpdb2 instead of pdb. (I have previously successfully integrated rpdb2 with the editor Editra in the PyStudio plugin).
I would like to look into this for Spyder, but with a newborn baby it's impossible for me. Cheers, Mike On Friday, January 3, 2014 at 6:01:12 PM UTC+1, Falldog Hsieh wrote: > > 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/d/optout.
