1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

* eval.c, debug.h (SCM_BACKTRACE_WIDTH): New debug option: width.

This commit is contained in:
Mikael Djurfeldt 1999-09-12 02:24:10 +00:00
parent 2b407f9bff
commit 274dc5fd6b
2 changed files with 10 additions and 8 deletions

View file

@ -1748,6 +1748,7 @@ scm_option scm_debug_opts[] = {
"Record procedure names at definition." },
{ SCM_OPTION_BOOLEAN, "backwards", 0,
"Display backtrace in anti-chronological order." },
{ SCM_OPTION_INTEGER, "width", 79, "Maximal width of backtrace." },
{ SCM_OPTION_INTEGER, "indent", 10, "Maximal indentation in backtrace." },
{ SCM_OPTION_INTEGER, "frames", 3,
"Maximum number of tail-recursive frames in backtrace." },