[Mono-list] Hints on setting up /opt/... build of mono debugger?
Alex Rønne Petersen
xtzgzorex at gmail.com
Mon Aug 1 02:17:20 EDT 2011
On 01-08-2011 05:58, Dale E. Moore wrote:
> Patrick McEvoy (firegrass) patrick at qmtech.net
> <mailto:patrick at qmtech.net> has a nice tool here:
> https://github.com/firegrass/mono-installer-script
>
>
> On Sun, Jul 31, 2011 at 5:55 PM, Ben <funnelweb007 at gmail.com
> <mailto:funnelweb007 at gmail.com>> wrote:
>
>
> I'm trying to set up a --prefix=/opt/mono-2.10 build of mono/mono
> and mono/debugger (also mono/monodevelop and its dependencies, but
> I'm trying mdb first)
>
> When I run the mdb I've built (/opt/mono-2.10/bin/mdb), it seems to
> be running the out-of-date /usr/bin/mono (for either the mdb process
> of the process being debugged), e.g. when I run this:
>
> /opt/mono-2.10/bin/mdb -run test.exe
>
> I've tried variations on the flags -mono-prefix and -mono, which
> seem to help, but then I get an error "The Mono Debugger is not
> supported on this platform"
>
> /opt/mono-2.10/bin/mdb -run -mono-prefix:/opt/mono-2.10
> -mono:/opt/mono-2.10/bin/mono test.exe
>
> Anyone got any notes on building and using a parallel build of the
> debugger?
>
>
>
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> <mailto:Mono-list at lists.ximian.com>
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>
>
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
Hi,
It should be noted that generally the hard debugger is deprecated in
favor of the soft debugger today.
Regards,
Alex
More information about the Mono-list
mailing list