Re: Debug glibmm-CRITICAL

2020-12-15 Thread Kjell Ahlstedt via gtkmm-list
On 2020-12-15 07:31, Emil Nowak via gtkmm-list wrote: Hello, In my application from time to time I get "glibmm-CRITICAL" errors. They are displayed on console. I wonder how can I debug them. So far I found that in glib there is env variable "G_DEBUG=fatal-criticals" for that in Glib, but seems it

Debug glibmm-CRITICAL

2020-12-14 Thread Emil Nowak via gtkmm-list
Hello, In my application from time to time I get "glibmm-CRITICAL" errors. They are displayed on console. I wonder how can I debug them. So far I found that in glib there is env variable "G_DEBUG=fatal-criticals" for that in Glib, but seems it doesn't affect Glibmm. Is there anything similar in