This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

debugging dynamically linked modules


What is a viable method to debug dynamically loaded modules? gdb can't find
their symbols before they are loaded, so one can't set breakpoints etc. before
running guile.

Klaus Schilling