This is the mail archive of the
guile@sourceware.cygnus.com
mailing list for the Guile project.
Re: How to enable a backtrace report?
- To: Diego Dainese <ddainese at dsi dot unive dot it>
- Subject: Re: How to enable a backtrace report?
- From: Mikael Djurfeldt <mdj at mdj dot nada dot kth dot se>
- Date: 16 Apr 2000 17:16:29 +0200
- Cc: guile at sourceware dot cygnus dot com
- Cc: djurfeldt at nada dot kth dot se
- References: <x7wvm0s7pm.fsf@benten.tomobiki.it>
2000-04-16 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* script.c (scm_compile_shell_switches): Added --debug option.
You can use the shell meta-argument facility to add the --debug option
in your script:
#!/usr/bin/guile \
--debug -s
!#
or use it from the command line:
guile --debug -s my-script