jxrossel

Results 1 comments of jxrossel

@romanvm fyi I've managed to combine pyinstaller and web_pdb with the following recipe: 1. Add an option flag to the packaged script to trigger debugging: e.g. `--debug` to run `web_pdb.set_trace(host="127.0.0.1")`...