[Mono-list] How to compile system assemblies with debug information from a tarball?

Michael Hutchinson m.j.hutchinson at gmail.com
Wed Aug 4 13:28:20 EDT 2010


On Wed, Aug 4, 2010 at 5:02 AM, cshipley <spurious.thought at gmail.com> wrote:
>
> I would like to be able to not just step into xsp2 and some of the system
> assemblies, but to examine variables, etc, with MonoDevelop. Is this
> possible, and if so, how? I can't find any options to pass to ./configure in
> order to create the debugging information.

Debug symbols are created by default, so if you're using a parallel
runtime built from source, this should work. However, be aware that
you'll have to tell MonoDevelop to target that parallel runtime, and
disable "do not step into framework code" in the debugger options.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-list mailing list