1config BR2_PACKAGE_PYTHON_PUDB 2 bool "python-pudb" 3 select BR2_PACKAGE_PYTHON_PACKAGING # runtime 4 select BR2_PACKAGE_PYTHON_URWID # runtime 5 select BR2_PACKAGE_PYTHON_URWID_READLINE # runtime 6 select BR2_PACKAGE_PYTHON_JEDI # runtime 7 select BR2_PACKAGE_PYTHON_PYGMENTS # runtime 8 select BR2_PACKAGE_PYTHON3_CURSES # runtime 9 help 10 A full-screen, console-based Python debugger. 11 12 https://github.com/inducer/pudb 13