[Mono-dev] Debugging embed mono

Bartosz Przygoda bprzygoda at gmail.com
Thu Aug 1 07:17:32 UTC 2013


You are correct in assumption that this is the way soft debugger handles
breakpoints (it generates segfault). One solution might be to attach
visuals tudio debugger *after* breakpoint has been hit.

I'm interested in other ways, as well.


On 1 August 2013 08:56, Jonathan Lima <greenboxal at gmail.com> wrote:

> Let's say I have an application running an embed mono and I'm debugging
> this application with VisualStudio.
> Also I have Monodevelop connected through the soft debugger on this embed
> mono instance.
>
> When I set a breakpoint managed code on Monodevelop a native exception is
> thrown on VisualStudio(Access Violation Exception) and I can't debug both
> native and managed code on the same time. Probably this exception is how
> mono debugger manages breakpoints.
>
> My question is, is there a way to debug the embed engine(and the rest of
> my native code) and the managed code at the same time?
>
> Thanks for your time,
> Jonathan Lima
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20130801/a7173ed0/attachment.html>


More information about the Mono-devel-list mailing list