debugging dynamically linked modules

Klaus Schilling (Klaus.Schilling@home.ivm.de)
Sat, 15 Aug 1998 08:35:05 +0200 (MET DST)

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