mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
Convenience for running GDB on Guile in Emacs
* meta/gdb-uninstalled-guile.in: Add (in a comment) an elisp form that can be evaluated to run GDB on Guile in Emacs.
This commit is contained in:
parent
ba20f78a6c
commit
93683f9bb1
1 changed files with 3 additions and 0 deletions
|
@ -38,3 +38,6 @@ XDG_CACHE_HOME=${top_builddir}/cache
|
||||||
export XDG_CACHE_HOME
|
export XDG_CACHE_HOME
|
||||||
exec ${top_builddir}/meta/uninstalled-env libtool --mode=execute \
|
exec ${top_builddir}/meta/uninstalled-env libtool --mode=execute \
|
||||||
gdb --args ${top_builddir}/libguile/guile "$@"
|
gdb --args ${top_builddir}/libguile/guile "$@"
|
||||||
|
|
||||||
|
# And for GDB in Emacs, evaluate this form:
|
||||||
|
# (gdb "@top_builddir_absolute@/meta/uninstalled-env ./libtool --mode=execute gdb --args @top_builddir_absolute@/libguile/guile")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue