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:
parent
2b407f9bff
commit
274dc5fd6b
2 changed files with 10 additions and 8 deletions
|
@ -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." },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue