In order to redirect output of the script run in the debugger backend, eric changes the
system input/output channels to its socket connection to the debugger frontend. This
connection is killed by the test script. If a program fiddles around with sys.stdout or
sys.stderr, the redirection of these channels to the IDE should be disabled (Debugger-
>Python3 config page).
|