]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/guile-debugger.scm
Web: really read search-box HTML file in UTF-8
[lilypond.git] / scm / guile-debugger.scm
index 0b99e1a3f44a5d40786a812ad71df689398791e8..60e65e4901d814374986d120c65e666d3d93ec5a 100755 (executable)
 ;;;; You should have received a copy of the GNU General Public License
 ;;;; along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 
+;;; 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! <procedure>)\n")
   (display "   displays each line of Scheme code executed during a call to <procedure>\n")
   (display " (clear-trace-subtree! <procedure>)\n")
-  (display "   turns off tracing code during calls to <procedure>\n")
+  (display "   turns off tracing code during calls to <procedure>\n\n")
+  (display "Enter help at the guile debug> prompt for further information on debugger commands\n")
   (newline))