inducer / pudb

Full-screen console debugger for Python
https://documen.tician.de/pudb/
Other
2.99k stars 230 forks source link

Can we use ptpython as the internal shell? #427

Closed sisrfeng closed 3 years ago

sisrfeng commented 3 years ago

The internal shell is too weak to auto complete easily, while the powerful external shell like ptpython can not get the cotent of the current pudb point.

inducer commented 3 years ago

No. Prompt toolkit and Urwid are not the same thing.