How to debug python + curses? [was: RE: Applying winpdb_reborn]
Grant Edwards
grant.b.edwards at gmail.com
Mon May 31 11:18:28 EDT 2021
On 2021-05-31, Dennis Lee Bieber <wlfraed at ix.netcom.com> wrote:
> On Mon, 31 May 2021 08:07:21 +1000, Cameron Simpson <cs at cskk.id.au>
> declaimed the following:
>
>
>>Open another terminal, note its terminal device with the "tty" command.
>>Start your programme like this:
>>
>> python ...... 2>/dev/tty-of-the-other-termina
>
> The OP specified Win10, so the above is dead from the start.
Perhaps Windows isn't an appropriate OS under which to develop curses applicatoins?
--
Grant
More information about the Python-list
mailing list