[Mono-list] Debugging into a single Mono assembly

Federico Delgado flaker.kapper at gmail.com
Fri Mar 4 08:27:23 EST 2011


Don´t know about the prescribed solution.

2.10.1 at least on linux includes the mdb files and just by placing
the sources in the same place they were at build time (even if you
didn´t build them) worked for me.

Also I had to uncheck an option in Monodevelop that limited debugging
only to my application. That's how I debugged into some asp
assemblies.

On Fri, Mar 4, 2011 at 6:01 AM, oly <oly at nittka.com> wrote:
> Hello,
>
> I am currently hunting a bug in my application, concerning i18n.
>
> As the bug is only triggered when running on Mono under XP (same application
> works without problems using .NET or under Mono on Linux), I would like to
> step-debug into the according mono assembly (System.Resources in this case).
>
> I know I can compile Mono on windows, but I wonder if there is any easier
> method available? Are there "debugging" assemblies out there that I could
> readily use?
>
> I'm not sure if there is a bug in Mono, as I was not yet able to construct a
> minimal test case, so currently I just would like to know what's triggering
> the exception inside System.Resources.
>
> Thanks for your help in advance!
>  -- o
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Debugging-into-a-single-Mono-assembly-tp3334881p3334881.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list