add a note about debugging in flatpak

This commit is contained in:
Timothee 'TTimo' Besset 2024-01-22 07:42:24 -06:00
parent e0c26d1291
commit 0eea1a9a9a

View file

@ -73,6 +73,13 @@ flatpak-builder --force-clean --user --install gtkradiant io.github.TTimo.GtkRad
You can also checkout the GtkRadiant tree locally and [modify the manifest to point to it](https://gist.github.com/TTimo/fd683b368048dc8802e9aaf353ef68ec).
Here is what you can do for debugging:
```sh
flatpak run --command=sh --devel io.github.TTimo.GtkRadiant
gdb /app/gtkradiant/radiant.bin
```
Getting in touch
----------------