Can the pudb debugger be used on windows?

前端 未结 2 1797
名媛妹妹
名媛妹妹 2021-02-13 02:26

Is it possible to us the pudb python debugger on Windows? If yes, how do you get it installed and working?

When I try and install it using ez_setup, python ez_setu

2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-13 03:11

    It appears the answer is No, pudb can't be used in Windows at present.

    The underlying problem is that pudb relies on urwid, which expects a unix-like environment. There is a message in 2006 indicating 3 methods of using urwid on windows, namely: cygwin, cursesw, and pdcurses. So it there is an avenue of exploration for an adventurer.

提交回复
热议问题