Author Topic: I need a Debug output window (RS232)  (Read 29876 times)

Offline Alatar

  • Multiple posting newcomer
  • *
  • Posts: 60
Re: I need a Debug output window (RS232)
« Reply #15 on: October 27, 2012, 03:00:42 pm »
There is the CTB library, which I use successful in my personal (cross-platform) projects. but we shouldn't compete with a full-featured terminal program if you can embed it as a simple tool.

CTB is not crossplatform, it is support only Windows and Linux and don`t compile on FreeBSD and MacOS for example.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: I need a Debug output window (RS232)
« Reply #16 on: October 27, 2012, 05:20:10 pm »
CTB is not crossplatform, it is support only Windows and Linux [...]
What is your definition of cross-platform?! When does it start? :P
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Alatar

  • Multiple posting newcomer
  • *
  • Posts: 60
Re: I need a Debug output window (RS232)
« Reply #17 on: October 27, 2012, 10:41:16 pm »
Ok, it is not enough cross-platform for C::B and for me =D.

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: I need a Debug output window (RS232)
« Reply #18 on: October 27, 2012, 11:29:08 pm »
Hello,

brief response from me,
I have solved my problem with Tools+ Plugin. It is exactly what I needed.
I made small changes in the source code: have the font in the "Tools +" window to "Courier New, size 9" changed.
Thanks to the author of the plugin!

Greetings
ILoveSpeccy

If you have any patches, send them through. I have had font selection on the todo list for a while now.

Offline martind

  • Multiple posting newcomer
  • *
  • Posts: 47
Re: I need a Debug output window (RS232)
« Reply #19 on: November 05, 2012, 11:34:53 am »
If you want debug output from your program, perhaps you should more consider using semi-hosting?

Part of this functionality is where printf can be re-directed through the debug tool to the GDB output window.

If you MCU supports it.


Martin.