##// END OF EJS Templates
catch KeyboardInterrupt in debug...
catch KeyboardInterrupt in debug avoids traceback for ^C in ipdb. also prevents KeyboardInterrupt from exiting debugger. Is this actually desirable?

File last commit:

r8121:66727cb1
r11712:769f9763
Show More
print_argv.py
2 lines | 30 B | text/x-python | PythonLexer
import sys
print sys.argv[1:]