##// END OF EJS Templates
Backport PR #13668: fix uncaught `BdbQuit` exceptions on ipdb `exit`
Backport PR #13668: fix uncaught `BdbQuit` exceptions on ipdb `exit`

File last commit:

r22963:2961b531
r27667:ce93101d
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])