After installing, add the line
export PYTHONBREAKPOINT="pdb_multi.set_trace"
and use the breakpoint function as you normally would with pdb in Python 3.7+.
All code is courtesy https://stackoverflow.com/a/23654936/4462692.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
After installing, add the line
export PYTHONBREAKPOINT="pdb_multi.set_trace"
and use the breakpoint function as you normally would with pdb in Python 3.7+.
All code is courtesy https://stackoverflow.com/a/23654936/4462692.