remote python debugging with winpdb

While hacking cplay a bit for fun, I was annoyed that using pdb for debugging does not really work out for curses applications, as the console is used by the app. So I looked for a remote python debugger and found winpdb. This is really nice and also more comfortable for programs where pdb would work.

Although the name suggests otherwise, winpdb is platform-independend, runs fine on unix and is free software (free as in freedom).

  1. No comments yet.

  1. No trackbacks yet.