[Mono-list] Debugging class libraries

Miguel de Icaza miguel@ximian.com
04 Nov 2002 16:04:24 -0500


Hello,

> I was finally able to build mono from source (yeah!) and would like to
> try and fix some of the bugs I've found. I've started doing some old
> fashioned printf debugging, but was wondering if there is a visual
> debugger around that can step into the class libraries? Any tips/info on
> how this is accomplished? I'm an ms visual studio junkie trying to make
> the switch to linux, so feel free to treat me as such. ;)

There is a preliminary debugger, but it is not yet ready for being
used.  Its probably a bit harder to use it than adding printfs today.

But if you really want to try it, check out module `debugger' from cvs.

Miguel