From 076b8237f05b5b90b8169a22e886cd88bff2f9cb Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Sun, 10 Jan 2010 00:09:08 +0000 Subject: [PATCH] Debug: Add commentary and more help - extracted from a patch provided by Ian Hulin --- scm/guile-debugger.scm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scm/guile-debugger.scm b/scm/guile-debugger.scm index 0b99e1a3f4..60e65e4901 100755 --- a/scm/guile-debugger.scm +++ b/scm/guile-debugger.scm @@ -15,6 +15,14 @@ ;;;; You should have received a copy of the GNU General Public License ;;;; along with LilyPond. If not, see . +;;; Commentary: + +;;; This file provides the support routines for a guile debugger called +;;; from a environment controlled by LilyPond. It works in conjunction +;;; with file guile-debugger.ly. + +;;; Code: + (define-module (scm guile-debugger) #:use-module (ice-9 debugger) #:use-module (ice-9 debugging traps) @@ -77,5 +85,6 @@ (display " (set-trace-subtree! )\n") (display " displays each line of Scheme code executed during a call to \n") (display " (clear-trace-subtree! )\n") - (display " turns off tracing code during calls to \n") + (display " turns off tracing code during calls to \n\n") + (display "Enter help at the guile debug> prompt for further information on debugger commands\n") (newline)) -- 2.39.5