https://bugs.kde.org/show_bug.cgi?id=427128

            Bug ID: 427128
           Summary: should not buffer python script run or debug output
           Product: kdev-python
           Version: 5.5.2
          Platform: Appimage
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: User interface
          Assignee: m...@svenbrauch.de
          Reporter: kle...@gmail.com
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Setup a launch configuration to run the following script:
import time

for i in range(100000000):
    print(i)
    time.sleep(0.001)

2. Run/debug the launch configuration

OBSERVED RESULT
Outputs appear in batches each one or 2 seconds.

EXPECTED RESULT
As in a console, ran or debugged program output (even if stdout) should not be
buffered

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Frameworks 5.69.0
Qt 5.12.8 (construit sur 5.12.8)
KDE Neon

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to