diff --git a/example/breeze_theme.py b/example/breeze_theme.py index 9aca158..fac37d4 100644 --- a/example/breeze_theme.py +++ b/example/breeze_theme.py @@ -335,6 +335,8 @@ def _get_theme_macos_impl() -> ThemeFn: def get_theme_func() -> Theme: '''Get the theme with all our internal helpers.''' + import faulthandler + faulthandler.enable() pool = msg(auto_release_pool, _register_name(objc, 'alloc')) # pool = msg(pool, _register_name(objc, 'init')) # std_user_defaults = msg(user_defaults, _register_name(objc, 'standardUserDefaults'))