[Mono-dev] Mono Resource Requirements

2011-02-24 Thread liambresnahan
Hi All, Does anyone happen to know of some information on resource requirements of Mono or some basic information compared on a platform by platform basis. I.e. I'd like to see information on say OpenSUSE vs Mac OS X and the resource requirements of similar / the same, programs on both. Is

[Mono-dev] Mono Resource Requirements

2011-02-24 Thread liambresnahan
Hi All, Does anyone happen to know of some information on resource requirements of Mono or some basic information compared on a platform by platform basis. I.e. I'd like to see information on say OpenSUSE vs Mac OS X and the resource requirements of similar / the same, programs on both. Is

[Mono-dev] Mono Soft Debugger

2011-02-24 Thread Mikael Lyngvig
Hi, Anybody knows of good documentation for the Mono Soft Debugger? I am hacking away on a hobby project that is a console mode debugger, but only have the Mono and MonoDevelop sources to guide me. The documentation in Monodoc seems to very incomplete, which is understandable given the low

Re: [Mono-dev] Mono Soft Debugger

2011-02-24 Thread Zoltan Varga
Hi, Our documentation is really quite incomplete, sorry about that. The debugger is modelled after the Java Debug Architecture: http://java.sun.com/javase/technologies/core/toolsapis/jpda/ http://java.sun.com/javase/technologies/core/toolsapis/jpda/I.e. the Mono.Debugger.Soft api is based on,

Re: [Mono-dev] Mono Soft Debugger

2011-02-24 Thread Ben
i had a similar project in mind but haven't had time to start it yet : port the jdb debugger to mono. since the soft debugger is based on jpda et al, the jdb console java debugger should be pretty easy to port, right? the code is freely available. mikael, have you considered doing this? ben