add debugging help
All checks were successful
checks / test (pull_request) Successful in 48s
checks-impure / test (pull_request) Successful in 1m11s

This commit is contained in:
Johannes Kirschbauer 2023-12-16 15:00:43 +01:00
parent efc7df3aa7
commit 32f17783dd
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU

View File

@ -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
```