1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_PUDB 2*4882a593Smuzhiyun bool "python-pudb" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 4*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_URWID # runtime 5*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_JEDI # runtime 6*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_PYGMENTS # runtime 7*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime 8*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON3_CURSES # runtime 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun A full-screen, console-based Python debugger. 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun https://github.com/inducer/pudb 13