Files
python3-damaris/tests/debugging-gtk.sh
T
markusro 5e37c1baa3
Build Debian Packages / build (bookworm, debian12) (push) Successful in 7m27s
Build Debian Packages / build (bullseye, debian11) (push) Successful in 7m2s
Build Debian Packages / build (trixie, debian13) (push) Successful in 8m49s
clean up tests and folders
2026-03-20 16:47:53 +01:00

13 lines
442 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 1. disable any possible re-launch
GIO_USE_VFS=local # stop gvfs daemonising
GSETTINGS_BACKEND=memory # dont spawn dconf-service
# 2. ask glib to abort on the first warning so nothing can “eat” it
G_DEBUG=fatal-warnings # or =fatal-criticals
# 3. turn on *all* debug domains
G_MESSAGES_DEBUG=all
# 4. run inside gdb so we can see the exact line that fails
gdb -ex run --args python3 src/gui/DamarisGUI.py