When running my program, I am getting Gtk-CRITICAL
error on the Terminal, which I'd like to fix.
I found this link through Google, but turns out there is no such option in gdb:
igor@IgorReinCloud ~/dbhandler/Debug/dbhandler $ gdb --g-fatal-warnings dbhandler
gdb: unrecognized option '--g-fatal-warnings'
Use `gdb --help' for a complete list of options.
I also tried to set a breakpoint on the g_log() function, but the execution didn't stop there.
What am I missing?
Thank you.