[ << Programming work ] | [Top][Contents][Index][ ? ] | [ Release work >> ] | ||
[ < Localization ] | [ Up : Programming work ] | [ Debugging overview > ] |
9.6 Debugging LilyPond
The most commonly used tool for debugging LilyPond is the GNU debugger gdb. The gdb tool is used for investigating and debugging core Lilypond code written in C++. Another tool is available for debugging Scheme code using the Guile debugger. This section describes how to use both gdb and the Guile Debugger.
9.6.1 Debugging overview | ||
9.6.2 Debugging C++ code | ||
9.6.3 Debugging Scheme code |
[ << Programming work ] | [Top][Contents][Index][ ? ] | [ Release work >> ] | ||
[ < Localization ] | [ Up : Programming work ] | [ Debugging overview > ] |