Thanks for the answer. By running without debugging I was able to see that got 
an exception.
It seems that the reason for the exception from Mono in VS is that I'm creating 
a new Thread, IE:
Thread t = new Thread(ThreadWorker);
t.Start;

void ThreadWorker()
{
   activityObject.SomeProperty = value;
}

Other exceptions from my app are not causing Mono to throw an exception when 
debugging in VS.

Nicklas

-----Original Message-----
From: Jonathan Pobst [mailto:[email protected]] 
Sent: 4. september 2011 22:51
To: Discussions related to Mono for Android
Cc: Nicklas Møller Jepsen
Subject: Re: [mono-android] Exception in VS when debugging causes exception on 
device

I've seen one other report of this, but it was not reproducible.  If you have a 
test case you can share that exhibits this issue, I can take a stab at fixing 
it.

As for a workaround, I think your hitting an exception in your application.  
Try running without debugging (Ctrl-F5) and see if you can find the exception 
in the adb logcat.

Jonathan

On 9/4/2011 1:31 PM, Nicklas Møller Jepsen wrote:
> I'm getting this exception in VS:
>
> What can I do to be able to debug my app again?
>
> Nicklas
>
>
>
> _______________________________________________
> Monodroid mailing list
> [email protected]
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to