How to debug GTK warning
My code (based on wxWidgets) will produce some annoying gtk warnings when debugged in gdb. The best way to debug it is run –g-fatal-warnings
in gdb.
My code (based on wxWidgets) will produce some annoying gtk warnings when debugged in gdb. The best way to debug it is run –g-fatal-warnings
in gdb.