X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fguile-debugger.scm;h=60e65e4901d814374986d120c65e666d3d93ec5a;hb=63e6d5d63350d5c8287c431c90de2c28623684f1;hp=0b99e1a3f44a5d40786a812ad71df689398791e8;hpb=e817ee7b3df9586086d7ac2689f3b6a4cc92d2d2;p=lilypond.git diff --git a/scm/guile-debugger.scm b/scm/guile-debugger.scm old mode 100755 new mode 100644 index 0b99e1a3f4..60e65e4901 --- 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))