Debugging
Python Debugger
# insert below code to location to break into the debugger
import pdb; pdb.set_trace()
# Starting python 3.7, use below code
breakpoint()
# Passing variable in CLI
$ python3 -m pdb app.py arg1 arg2Some Debugger commands
Error
urllib only support OpenSSL1.1.1
Reference
Last updated