News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Output of GDB plugin

Started by Morten, July 13, 2005, 02:42:59 PM

Previous topic - Next topic

Morten

Dear Code::Blocks - team,

I am using the GDB plugin quite often but I wonder:
There is a possibility to send commands to the debugger (Debug->Send command to GDB). But where is the result being printed? Obvioulsy not in the GDB log on the bottom of Code::Blocks... or am I missing something?

With reagrds,

Morten

Ps.: Thanks for a great (!) IDE! It rocks!

mandrav

QuoteThere is a possibility to send commands to the debugger (Debug->Send command to GDB). But where is the result being printed? Obvioulsy not in the GDB log on the bottom of Code::Blocks... or am I missing something?
It 's printed in the gdb's debug log which is not visible in normal releases  :oops:

If you 've build C::B from sources, you have to change
#define USE_DEBUG_LOG 0
to
#define USE_DEBUG_LOG 1
in plugins/debuggergdb/debuggergdb.cpp and recompile.

The alternative is to submit a bug-report about it and wait for the fix in the next release (probably next week, so hurry!).

Yiannis.
Be patient!
This bug will be fixed soon...

rickg22