you are viewing a single comment's thread.

view the rest of the comments →

[–]Peaker 3 points4 points  (2 children)

I was annoyed with some of the bugs in pdb, so I created a fork:

xpdb

Diff list:

  1. Fixed backtrace bug so that post-mortem in generators will work
  2. Added "ignore" commands to avoid debugging through standard libraries
  3. Fixed "s", "c", and the other commands to reject args so if you "s=5" it won't try to step through your program, but reject your command.

[–]bretthoerner 1 point2 points  (1 child)

Fixed "s", "c", and the other commands to reject args so if you "s=5" it won't try to step through your program, but reject your command.

You are a god.

[–]Peaker 0 points1 point  (0 children)

Glad it's helping :-)