New debugger for multiple threads

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ziaran

    New debugger for multiple threads

    Hi,



    I have written a modification to pdb.py debugger, called rpdb.py

    It supports convenient debugging of scripts with multiple threads and more.

    It works on Windows and on Unix systems that have xterm.

    I believe it offers much better usability than pdb.py and hope you will find
    it useful.



    There are still little problems that I didn't have time to fix yet, but I
    will do that soon.



    You can grab it from here:





    I will appreciate any feedback a lot.

    Nir (Ziaran)


Working...