Python debuggers

1) pdb
2) Winpdb
3) pydev
4) gdb python extention


References:
https://code.google.com/p/winpdb/wiki/DebuggingTutorial
http://stackoverflow.com/questions/132058/showing-the-stack-trace-from-a-running-python-application/147114#147114
http://stackoverflow.com/questions/132058/showing-the-stack-trace-from-a-running-python-application
http://code.activestate.com/recipes/576515/

你可能感兴趣的:(Python)