1config BR2_PACKAGE_PYTHON_IPDB
2	bool "python-ipdb"
3	select BR2_PACKAGE_PYTHON_IPYTHON # runtime
4	help
5	  IPython-enabled pdb.
6
7	  https://github.com/gotcha/ipdb
8