[MonoDevelop] [Mono-osx] Debug embedded OSX app

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Dec 17 15:55:39 EST 2009


On Thu, Dec 17, 2009 at 6:52 AM, Lluis Sanchez Gual
<slluis.devel at gmail.com> wrote:
> Hi Duane,
>
> Thanks for sharing this project. It is a great example about extending
> MD's project and debugging service. A few comments:
>
>      * You don't need to create two separate add-ins. You can create a
>        single add-in with all extensions you require.
>      * The DoExecute method is supposed to be synchronous, that is, it
>        should not exit until execution has completed. It should wait
>        for the execution of ExecutionHandler.Execute to complete.

Assuming this is based on the Moonlight addin, that's my fault (I only
fixed it about a week ago, just in time for 2.2). The IConsole needs
to be disposed too.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list