[MonoDevelop] What is the Module for adding variables to watch window

Michael Hutchinson m.j.hutchinson at gmail.com
Wed Dec 9 00:36:44 EST 2009


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.


-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list