冲突
当我嵌入代码ina python脚本
时import ipdb; ipdb.set_trace()
颜色与默认XTerm Color Scheme
旧答案 - 将其插入代码(2019年,不起作用):
import ipdb; ipdb.def_colors='NoColor'; ipdb.set_trace()
根据最新的ipython
更新答案1-在提示中运行以创建默认配置文件:
ipython profile create
2-编辑/您的家dir/.ipython/profile_default/ipython_config.py
添加top
c = get_config()
然后添加
c.InteractiveShell.colors = 'NoColor'