[MonoDevelop] What is the Module for adding variables to watch window
ptr
ptrajkumar at gmail.com
Wed Dec 9 06:52:16 EST 2009
On Wed, Dec 9, 2009 at 12:36 AM, Michael Hutchinson <
m.j.hutchinson at gmail.com> wrote:
> On Wed, Dec 9, 2009 at 12:06 AM, ptr <ptrajkumar at gmail.com> wrote:
> > Hey all
> > I am working of the latest svn checkout for both mono and monodevelop.
> > While trying to add a variable to the watch window I get the following
> > exception. This functionality seems to work correctly in the released
> > version of MonoDevelop.
> > Am i missing any necessary monodevelop modules ?
> > Thanks
> > raj
> > System.MissingMethodException: Method not found:
> > 'Mono.Debugger.Method.GetDeclaringType'.
>
> A MissingMethodException indicates that one of the assemblies has been
> compiled against a different version of one of the assemblies that
> it's referencing than the version that's being used at runtime.
>
> It looks like the debugger is running on Mono 2.4.2.3, not SVN, so you
> have mixed up two Mono versions. Please read
> http://mjhutchinson.com/journal/2007/11/08/how_not_break_mono and use
> a properly separated parallel mono.
>
> FWIW, if you are using MD trunk and Mono trunk I recommend you use the
> built-in "soft" debugger instead of mdb, as it is more reliable.
>
>
>
I thought I had a properly setup mono parallel environment under ubuntu-9.10
1) both mono and mono develop installed through apt-get
2) mono and mono-develop from the latest svn compiled and installed under
/home
After sourcng the setup-mono-dev script, mono , gmcs all say it is the
latest version so I was assuming I had the parallel enviroment setup
correctly. Also I am using "make run" from monodevelop directory to run 2.2
RC.
In a nutshell my monodevelop 2.2RC ran if and only if i had sourced the
parallel setup script so I was operating under the assumption that it was
correctly running against the svn runtime.
Questions:
1) How can I ensure that I have a complete "
http://www.mono-project.com/Parallel_Mono_Environments" ? I followed all the
directions. I s their a test ?
2) How does one enable the soft debugger (
http://www.mono-project.com/Soft_Debugger" ? Will it work under OS X as
well ? Can it be used to debug an application if it embeds mono and is not a
purely csharp application ?
3) While building monodevelop I selected only Mdb,Gdb modules ? Are they
enough for most purposes ? Also could it possible that for the other modules
it is using the old mono
Thanks
Raj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20091209/59810763/attachment.html
More information about the Monodevelop-list
mailing list