(Still experimental) PDB replacement, build on top of prompt_toolkit and ptpython.
pip install ptpdb
from ptpdb import set_trace
set_trace()
See the official PDB documentation to learn how it works.
(Still experimental) PDB replacement, build on top of prompt_toolkit and ptpython.
pip install ptpdb
from ptpdb import set_trace
set_trace()
See the official PDB documentation to learn how it works.