I have a fresh fork from the Gnome Clocks repository, and it runs as expected when I “Run” it through Builder using the org.gnome.clocks.json
build configuration.
I’m trying to inspect a value by setting a breakpoint. When I try “Run with Debugger”, nothing happens (regardless of me putting the breakpoint). These are the last few lines in the Build Output:
...
Installing symlink pointing to ../../../C/gnome-clocks/figures/org.gnome.clocks.svg to /app/share/help/ru/gnome-clocks/figures/org.gnome.clocks.svg
Installing symlink pointing to ../../../C/gnome-clocks/figures/org.gnome.clocks.svg to /app/share/help/sv/gnome-clocks/figures/org.gnome.clocks.svg
Installing symlink pointing to ../../../C/gnome-clocks/figures/org.gnome.clocks.svg to /app/share/help/tr/gnome-clocks/figures/org.gnome.clocks.svg
Installing symlink pointing to ../../../C/gnome-clocks/figures/org.gnome.clocks.svg to /app/share/help/uk/gnome-clocks/figures/org.gnome.clocks.svg
Running custom install script '/usr/bin/glib-compile-schemas /app/share/glib-2.0/schemas'
Running custom install script '/usr/bin/gtk4-update-icon-cache -q -t -f /app/share/icons/hicolor'
Running custom install script '/usr/bin/update-desktop-database -q /app/share/applications'
This could be a simple fix, but I haven’t found much info online. How can I run Clocks with the debugger such that it actually opens instead of doing nothing?
Edit: Here’s a quick video showing the issue: https://www.youtube.com/watch?v=uXj7xI0Rh2w