Re: Using gdb with lilypond

2004-07-04 Thread Jan Nieuwenhuizen
Carl Sorensen writes: > I'm ready to start work on developing a fret-diagrams context and > engraver. Great. > So I rebuild lilypond, starting > with > ./autogen.sh --enable-debugging > > make all This is OK. > make install This will strip the (debugging) symbols. You should be using lily/

Using gdb with lilypond

2004-07-03 Thread Carl Sorensen
I'm ready to start work on developing a fret-diagrams context and engraver. I'd like to do some debugging to trace what's happening in the Chord_engraver. Some time ago, Han-Wen gave a suggestion on figuring out how lilypond worked: > GDB can be of help here. Set a breakpoint in C++, and run. Wh