Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] UART messages on Linux not displayed

Hi all,
 

We have a custom debugger that implements the MI protocol and use Eclipse to debug C projects, replacing gdb with our custom debugger. We use Kepler.

We encountered some problems when using printf in our code. The messages are not displayed in the “application console”, but appear in the “gdb trace” console.

 The MI protocol says that for target-stream-output the message that we want to display on the application console must be prefixed with "@" (target-stream-output -> "@" c-string).

Any suggestions would be helpful.

Thank you.



Back to the top