[Mono-dev] ICorDebug?

Jonathan Pryor jonpryor at vt.edu
Tue Aug 15 21:40:16 EDT 2006


On Tue, 2006-08-15 at 18:27 +0200, pablosantosluac wrote:
> I bet this question has been raised several times but... wouldn't it be 
> great if we could use existing debuggers to remotelly debug Mono programs 
> running on Linux? Do you think it would be worth trying to implement it?

No. :-)

ICorDebug is a COM interface.  To use it remotely, you need DCOM
support.  DCOM will require either pulling in the DCE RPC libraries or
Wine, which would probably double the size of Mono instantly.

Plus, there are already Linux debuggers which can debug remotely (I
believe gdb has this functionality).  It would be much easier creating
nice gdb support for Mono than it would be to implement ICorDebug...

 - Jon





More information about the Mono-devel-list mailing list