[MonoDevelop] MonoDevelop 1.9 (Unstable) problems

Chris Wright dhasenan at gmail.com
Sun Jul 13 08:40:17 EDT 2008


2008/7/13 olivier dufour <olivier.duff at gmail.com>:
> So, this seems to lead to an infinite loop but not sure.

Well, it completed on your machine.

Have another look. DebugExecutionHandlerFactory calls
DebuggingService, and DebuggingService calls a series of
IDebuggerEngine objects. It doesn't call back to
DebugExecutionHandlerFactory, just calls a method on another object
that shares a name with the one from DebugExecutionHandlerFactory.

That code is just generic debugger support. You'd need an extension to
support a specific debugger. There is a MonoDevelop.Debugger
extension, but I think that just provides more utilities for other
debugger extensions. In the extras directory, there are two addins
MonoDevelop.Debugger.Mdb and MonoDevelop.Debugger.Gdb. You want to
build and install those.


More information about the Monodevelop-list mailing list