feat: add VS Code debugging configuration and environment dependencies for gcompose

This commit is contained in:
AndreaRigoni
2026-04-08 08:21:13 +00:00
parent 3af983a955
commit 03a3130855
4 changed files with 53 additions and 0 deletions

3
.vscode/gdb_wrapper.sh vendored Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
export DISPLAY=:1001.0
/home/share/micromamba/bin/micromamba run -n uLib /usr/bin/gdb "$@"