Il 31/05/2021 02:36, Dennis Lee Bieber ha scritto:
On Mon, 31 May 2021 08:07:21 +1000, Cameron Simpson <[email protected]> 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-terminaThe OP specified Win10, so the above is dead from the start.
OP can try this way on win10: write the debug information in a log file and, from another console, open the same log file with an editor that knows how to check the active status of the file (eg: notepad++), which can automatically update the changes (you can remove the notification for this action from the tab preferences). cheers -- https://mail.python.org/mailman/listinfo/python-list
