Author Topic: Output of GDB plugin  (Read 11944 times)

Morten

  • Guest
Output of GDB plugin
« on: July 13, 2005, 02:42:59 pm »
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!

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Output of GDB plugin
« Reply #1 on: July 13, 2005, 03:30:08 pm »
Quote
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?

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
Code
#define USE_DEBUG_LOG 0

to
Code
#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...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Output of GDB plugin
« Reply #2 on: July 13, 2005, 05:40:08 pm »
Submitted bug report.