@accepts(utf8) @returns(none) def debug_init_match(match)
Sets up debug output, enabling debug output from file and function names that contain the specified match string.
Also sets up a GLib log handler that will trigger a debugger break for critical or warning level output if any debug output at all is enabled.
match : |
string to match functions and filenames against |