This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSv4 Console Buffer Size

Is there a way to increase the buffer size of the console window in CCSv4?

When I build I'm getting a large amount of errors (I think from the linker) but I can't see the first error becuase it scrolls off the top of the console window.

I have tried the options under Window->Preferences->Run/Debug->Console for changing the buffer size and not limiting the console output but those options seem to have no effect.

I am using CCS Version: 4.1.2.00027.

  • The options you want is the ones for the build dialog

    It's under Windows->Preferences->C/C++->Build Console.

    You can also get to it by right clicking in the build console and selecting 'Preferences...'

    Thanks

    ki

  • In CCS v3, there is a option to dump the console output into a file. But, in CCS v4, i couldn't find such option. Can you help me on this?