python-web-pdb
python-web-pdb copied to clipboard
command-line interface
I'd love to be able to just web-pdb "$(which my_script)" --some-cmdline-option in a terminal without writing a Python script first. Otherwise, this is great, thank you!
Also web-pdb was initially considered for environments with no access to a console, I'll think about it.
or a workaround where you can do "python3 -m pdb app.py" and then some how launch the web_ pdb server from the current pdb session