How to catch the Gtk-CRITICAL on C#? #371
lihaochen910
started this conversation in
General
Replies: 1 comment
-
Native debugger such as gdb can do the trick. For some problems it can be useful to also compile the gtk stack yourself with debug symbols included. Otherwise you may find the native stack traces to be pretty sparse. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried using G_DEBUG=fatal-criticals, but it didn't break on C#.
Beta Was this translation helpful? Give feedback.
All reactions