lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running gdb on lilypond with -I args


From: Andrew Bernard
Subject: Re: Running gdb on lilypond with -I args
Date: Sat, 23 Mar 2019 16:30:10 +1100

Ah. Hoping this may be useful to others. I was using gdb incorrectly.

One needs to say:

$ gdb --args /usr/local/bin/lilpond -I... -I... -I... file.ly

and then when in gdb simply, run:

(gdb) run

[I was foolishly saying run file.ly.]

Andrew


reply via email to

[Prev in Thread] Current Thread [Next in Thread]