How to debug python + curses? [was: RE: Applying winpdb_reborn]
Cameron Simpson
cs at cskk.id.au
Mon May 31 18:04:54 EDT 2021
On 30May2021 20:36, 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.
Good point; I wasn't aware that curses worked in Windows.
Is it still unworkable if they've a POSIXish layer to hand, eg Cygwin?
Cheers,
Cameron Simpson <cs at cskk.id.au>
More information about the Python-list
mailing list