Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.11.0
-
macOS 10.15
-
eebbd1ebc8c0d075abc306e6bf3d5948d8b47fcf (qt-creator/qt-creator/master)
Description
When using print() it will not show up in the output until the application exits. This is due to the fact the stdout is being buffered, this can be resolved by passing -u to the Python command and then it will not buffer stdout/stderr.