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

--- Comment #10 from Milian Wolff <m...@milianw.de> ---
Doing that for the python debugger may be OK, but for C/C++ there's no such
option.

@Jaka Kranjc: Your code in StdioLogger::print is doing:

fprintf(stdout, "%s", message);

stdout is buffered, this is not KDevelop's fault. Dito for
StdioLogger::LogInternal. If you want to have unbuffered output, flush the
stdout stream after calling fprintf, or use an unbuffered channel like stderr.

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

Reply via email to