Altera_Forum
Honored Contributor
21 years agoJtag Uart quirk
Is there a way to get the Eclipse debug console to kick out a CR,LF so I don't have to hit return twice for every prompt? thanks
Hello tns1,
What kind of prompt are you referring to here? By default the debug console is attached to standard in, standard out, and standard error. So printf("\n\r"); will send a carriage return and line feed to the debug console.