[Mono-dev] Debug symbols not available from Mono tools
Gert Driesen
gert.driesen at telenet.be
Sat Jul 19 09:13:44 EDT 2008
Hey,
While looking for the culprit of bug #410608, I noticed that - when running
with --debug - source/line information was not available for the
System.Drawing assembly while it was available for mscorlib.
Apparently, the debug symbols for our assemblies (except for mscorlib) are
not installed (or symlinked) into our profile dirs (eg.
$prefix/lib/mono/2.0).
Since our tool assemblies are in the same directory they load the system
assemblies from that dir and not from the GAC, hence no debug symbols are
available.
Should we also install (symlink on linux) the mdbs to the profile dirs?
Gert
More information about the Mono-devel-list
mailing list