You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your build probably issues some ANSI-Control sequences which are not interpreted but somehow partially suppressed by the eclipse console (like carriage return). You might try installing ANSIConsole and see if it works as replacement to the default console.
You could check if your build allows to suppress printing progress information. This does not look like scons default progress output as it would by default just be printing dots. Check for a Progress(...) function call.
Is there a way to get rid of the percentage-output that floods the console?
My console looks like this making it hard to find the errors thrown....
The text was updated successfully, but these errors were encountered: