Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 10.0.0
-
-
161228d27 (master)
Description
When debugging something that outputs a lot of text, there is extra a new line inserted every now and then.
When running through lldb directly, there is no such issue so it is probably the bridge.
This is quite bad if trying to debug some tool where the output is important as it can cause people to think there is a problem when there isn't.