How to debug GTK warning

  |   Source

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.

Comments powered by Disqus