[MonoDevelop] Debugging managed code in a custom host

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Jun 17 16:17:00 EDT 2010


On Thu, Jun 17, 2010 at 10:20 AM, Thiago Padilha <tpadilha84 at gmail.com> wrote:
>  Can I use MonoDevelop to debug a managed assembly that relies on
> making internal calls to  a custom host? If not, can I add the needed
> internal calls to MonoDevelop's debugger?

Your host should initialize the soft debugger. You can then create a
MD addin to add a new debug engine that would create an sdb session
and launch your app with the required parameters. For example, see the
MD Moonlight addin, Moonlight, and related discussions in the the
mono-osx-list archives.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list