User forums > Embedded development

I need a Debug output window (RS232)

(1/4) > >>

ILoveSpeccy:
Hi all,

CodeBlocks is a really great IDE! I use it for embedded programming. But I'd like one more thing: a window for debug output (RS232). I imagined it as a second console window. Is there a way to code block to do that?

Best regards,
ILoveSpeccy

oBFusCATed:
You'll have to explain better what exactly do you want.
Your current explanation is not sufficient.

BTW: If you've not tried the recent nightlies, I suggess to do so, there are plenty of improvements related to the debugger, especially geared towards remote debugging.

ILoveSpeccy:
I want to see RS232 output in a separate window.
As an example, I added a picture. I use a program called "plink.exe" (PuTTY project). The output should be redirected to this window.

Best regards

[attachment deleted by admin]

oBFusCATed:
Is this possible with command line gdb?
Can you post the full debug session log of the debugger?

What is the purpose of this window?

p.s. please don't attach images to the forum directly, but use an image sharing service. The space on the forum is limited and attachments get randomly deleted...

ILoveSpeccy:
The microcontroller runs a program that sends messages to UART using PRINTF. (For me this is still the best debug option  :))
And these messages are displayed in the window. That's all I need.

Best regards

Navigation

[0] Message Index

[#] Next page

Go to full version