可以在Windows上使用pudb调试器吗?

mat*_*kie 13 python windows debugging

我们可以在Windows上使用pudb python调试器吗?如果是的话,你如何安装和工作?

当我尝试并使用安装ez_setup,python ez_setup.py .\path\to\pudb-unpacked,它失败ImportError: No module named termios,这似乎是仅用于UNIX的模块.

我正在使用Windows 7,x64.

mat*_*kie 8

看来答案是否定的,目前pudb不能在Windows使用.

根本问题是pudb依赖于urwid,它需要类似unix的环境.2006年有一条消息表明在Windows上使用urwid的3种方法,即:cygwin,cursesw和pdcurses.所以冒险者有一条探索之路.


sla*_*tir 5

我在Windows的Cygwin下运行pudb。我用点子安装了它