[ << Programming work ] | [Top][Contents] | [ Release work >> ] |
[ < Warnings, Errors, Progress and Debug Output ] | [ Up : Programming work ] | [ Debugging overview > ] |
10.7 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.
10.7.1 Debugging overview | ||
10.7.2 Debugging C++ code | ||
10.7.3 Debugging Scheme code | ||
10.7.4 Debugging scoring algorithms | ||
10.7.5 Debugging skylines |