[MonoDevelop] How to enable the debugger?

Todd Berman tberman@off.net
Mon, 25 Oct 2004 09:58:06 -0700


On Mon, 2004-10-25 at 14:04 +0100, Alexandre Gomes wrote:
> How do I enable the debugger to test it?

You don't want to do that.

The debugger is just becoming useful, and requires mono/mcs from cvs
HEAD, and the debugger from cvs HEAD. Also, most of the work done on the
debugger gui inside MD has been done since 0.5.1, so it is all in svn.

If you are still interested, there are some dnl lines in the
configure.in that, if the dnl is removed, will enable the debugger.

Once there is a released mono that can be used to build and work the
debugger, we will be re-enabling the debugger gui. Our goal for 0.6
includes shipping with a working debugger addin.

--Todd