From 32f17783ddd9f8191dbbdb64fb2ff286006c27a1 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sat, 16 Dec 2023 15:00:43 +0100 Subject: [PATCH] add debugging help --- pkgs/clan-vm-manager/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkgs/clan-vm-manager/README.md b/pkgs/clan-vm-manager/README.md index 96507bca8..0f283434c 100644 --- a/pkgs/clan-vm-manager/README.md +++ b/pkgs/clan-vm-manager/README.md @@ -76,3 +76,13 @@ import the glade file through GTK template - https://gnome.pages.gitlab.gnome.org/libhandy/doc/1.8/index.html - https://github.com/geigi/cozy - https://github.com/lutris/lutris/blob/2e9bd115febe08694f5d42dabcf9da36a1065f1d/lutris/gui/widgets/cellrenderers.py#L92 + +## Debugging Style and Layout + +```bash +# Enable the debugger +gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true + +# Start the application with the debugger attached +GTK_DEBUG=interactive ./bin/clan-vm-manager +```