[MonoDevelop] error on debugger init (mscorlib.dll.mdb)

Lluis Sanchez Gual lluis at novell.com
Tue Feb 24 07:25:37 EST 2009


El dt 24 de 02 de 2009 a les 03:23 -0800, en/na jkarpago va escriure:
> Hi:
> 
> I installed monodevelop beta1 and all works fine except the debugger. When I
> run an app to debug I get this:
> 
> ## DebuggerServer started
> Cannot read symbol file `/usr/lib/mono/2.0/mscorlib.dll.mdb': Could not find
> file "/usr/lib/mono/2.0/mscorlib.dll.mdb".
> WARNING: Got event 137f for unknown pid 20695
> WARNING: Got event 137f for unknown pid 20696
> 
> 
> How can I generate the mdb file or where can I get it?

mdb files for mscorlib are probably provided by the mono-devel package.
In any case that should not be a problem for debugging your application.
Can you try running the command line debugger with your app? e.g. "mdb
yourapp.exe" and see if you get the same errors?

Lluis.



More information about the Monodevelop-list mailing list