mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-12-04 01:51:16 +00:00
add a note about debugging in flatpak
This commit is contained in:
parent
e0c26d1291
commit
0eea1a9a9a
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue