RSS/Atom feed Twitter
Site is read-only, email is disabled

Debugging GIMP using GDB

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Debugging GIMP using GDB Massimo Perga 01 Sep 10:35
  Debugging GIMP using GDB Massimo Perga 01 Sep 20:04
Massimo Perga
2006-09-01 10:35:39 UTC (over 17 years ago)

Debugging GIMP using GDB

Hello all,
I'm currently debugging some issues in GIMP# framework under Win32: to do that I've built GIMP enabling the "--enable-debug" flag in the configuration phase.
The problem is that gdb, when I try to attach the target or to run GIMP from it, writes that symbols aren't included in the executable.

I've checked the gcc build command, and it contains the "-g" flag.

Could you please explain which are the right flags to enable to have debugging support and / or where I can find symbols for gdb ?

Thanks in advance, Regards,
Max

Massimo Perga
2006-09-01 20:04:44 UTC (over 17 years ago)

Debugging GIMP using GDB

Hello all, I'm currently debugging some issues in GIMP# framework under Win32: to do that I've built GIMP enabling the "--enable-debug" flag in the configuration phase.
The problem is that gdb, when I try to attach the target or to run GIMP from it, writes that symbols aren't included in the executable.

I've checked the gcc build command, and it contains the "-g" flag.

Could you please explain which are the right flags to enable to have debugging support and / or where I can find symbols for gdb ?

Thanks in advance, Regards,
Max