[Mono-dev] Newbie needing mdb help

Miguel de Icaza miguel at ximian.com
Tue Mar 28 21:20:23 EST 2006


Hello,

>   I want to see if I can single step the code under linux.  
> 
> The mdb is 0.12 on centos.  The entire folder tree was copied over to
> the linux machine, and debugging starts in the directory that contains
> the source code.

To use mdb, you must compile with the Mono C# compiler as the debugging
information produced by the Microsoft runtime (used indirectly by
Borland's C#) are not compatible with Mono (the pdb files).

The other issue to keep in mind is that the Mono Debugger is still under
development, which means that it is common to run into problems.

Miguel



More information about the Mono-devel-list mailing list