close the terminal window automatically
Brought to you by:
nir1408
Hi,
winpdb is the best python debugger I know of.
I debug with "winpdb t.py", it starts a terminal window for the output of t.py (so far so good), but then I need to close it by hand, which is kind of annoying, especially when launching winpdb t.py 5 times in a row.
Would it be possible to add an option to winpdb to close the terminal window automatically on exit? It doesn't have to be on by default (you probably have reasons for the current behavior).
Thanks a lot,
Ondrej