On 01-08-2011 05:58, Dale E. Moore wrote: > Patrick McEvoy (firegrass) [email protected] > <mailto:[email protected]> has a nice tool here: > https://github.com/firegrass/mono-installer-script > > > On Sun, Jul 31, 2011 at 5:55 PM, Ben <[email protected] > <mailto:[email protected]>> 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 - [email protected] > <mailto:[email protected]> > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > _______________________________________________ > Mono-list maillist - [email protected] > 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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
