News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

I need a Debug output window (RS232)

Started by ILoveSpeccy, May 04, 2012, 12:24:09 PM

Previous topic - Next topic

Alatar

Quote from: MortenMacFly on May 04, 2012, 08:44:04 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.

MortenMacFly

Quote from: Alatar on October 27, 2012, 03:00:42 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Alatar

Ok, it is not enough cross-platform for C::B and for me =D.

dmoore

Quote from: ILoveSpeccy on October 10, 2012, 09:08:06 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.
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

martind

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.