i'm trying to debug a gtk+ based program on windows inside mingw/msys with gdb (7.0)

my problem is that when my program crash i get from the backtrace only these two rows

#0  0x77c035e4 in ?? ()
#1  0x00000000 in ?? ()

i used autotools, so my program is compiled with -g (i saw it during the compilation stage)

i found here [1] that i must run gdb with the full path of my program; but for me it doesn't work

what am I doing wrong?

thanks in advance

[1] https://techbase.kde.org/Development/Tutorials/Debugging/Debugging_on_MS_Windows#MinGW_debugging_hints

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to