Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of "[xx%]" percentage flood #48

Open
dertom95 opened this issue Dec 27, 2017 · 1 comment
Open

Get rid of "[xx%]" percentage flood #48

dertom95 opened this issue Dec 27, 2017 · 1 comment

Comments

@dertom95
Copy link

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....

INFO: You can change the colors for this console in the CDT build console settings.
=== Running SCons at 12/27/17 2:54 PM ====
Command line: /usr/bin/scons -u --silent --jobs=16 platform=x11
Enabling ALSA
Enabling PulseAudio

[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
[  0%] 
@marcelhuberfoo
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants