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!
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 0to
#define USE_DEBUG_LOG 1in 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.
Submitted bug report.