Is there anyway to get pdb and Mac Terminal to play nicely?

Posted by Ross on Stack Overflow See other posts from Stack Overflow or by Ross
Published on 2010-04-29T08:34:18Z Indexed on 2010/04/29 8:37 UTC
Read the original article Hit count: 193

Filed under:
|
|
|
|

When debugging my django apps I use pdb for interactive debugging with pdb.set_trace().

However, when I amend a file the local django webserver restarts and then I cant see what I type in the terminal, until I type reset.

Is there anyway for this to happen automatically? It can be real annoying, having to cancel the runserver and reset and restart it all the time. I'm told it doesn't happen on other OS's (ubuntu) so is there anyway to make it not happen on the Mac? (I'm using Snow Leopard).

© Stack Overflow or respective owner

Related posts about pdb-python

Related posts about python