Console buffer size?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Console buffer size?

339 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by woodchuck on Tue Aug 31 11:38:42 MST 2010
How large is the console buffer in semihosting mode? All I can tell so far is that it's much deeper than I would have imagined.

BTW, great job w/ Code_Red. I'm continually amazed at how well both the IDE and compiler work. Combined with 125 MIPS NXP Cortex M3 chips and JTAG, it is pretty much embedded heaven. :)
0 Kudos
1 Reply

328 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Tue Aug 31 13:46:53 MST 2010

Quote: woodchuck
How large is the console buffer in semihosting mode? All I can tell so far is that it's much deeper than I would have imagined.


The console defaults to 80000 characters. You can change this for the current workspace using...
[I]
Windows[/I] → [I]Preferences[/I] → [I]Run/Debug[/I] → [I]Console[/I] → [I]Console buffer size[/I]

or by selecting preferences from the console view's context sensitive menu.


Quote:

BTW, great job w/ Code_Red. I'm continually amazed at how well both the IDE and compiler work. Combined with 125 MIPS NXP Cortex M3 chips and JTAG, it is pretty much embedded heaven. :)

Glad you like it :)

Regards,
CodeRedSupport