Jamiil wrote: > I am developing under WinXP, when I run my Gtkmm program I get a Runtime > Error Message, I would like to use gdb to look for the the method call > that is causing the problem, but I don't know how to do it using gdb > in a DOS console. Help, anybody? > Thanks in advance.
Uhm, maybe: C:> cd \where\is\gdb\executable C:> gdb \where\is\your\app (gdb) run I don't have Windows, but it should work. s. > > ------------------------------------------------------------------------ > > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
