python-web-pdb icon indicating copy to clipboard operation
python-web-pdb copied to clipboard

command-line interface

Open glyph opened this issue 5 years ago • 2 comments

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!

glyph avatar Oct 31 '20 06:10 glyph

Also web-pdb was initially considered for environments with no access to a console, I'll think about it.

romanvm avatar Dec 05 '20 23:12 romanvm

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

gertcuykens avatar Oct 06 '21 01:10 gertcuykens