Posts Tagged ‘ python ’
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 [ READ MORE ]