[MonoDevelop] [Mono-osx] Debug embedded OSX app
Duane Wandless
duane at wandless.net
Thu Dec 17 16:22:56 EST 2009
I did just follow the Moonlight addin example. I'm just glad that it
basically works. Some breakpoints are not being hit but that is a topic for
another day.
Great work on the debugger.
Duane
On Thu, Dec 17, 2009 at 3:55 PM, Michael Hutchinson <
m.j.hutchinson at gmail.com> wrote:
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20091217/7a30c3fc/attachment.html
More information about the Monodevelop-list
mailing list