On May 14, 2012, at 1:28 PM, Willem Meints wrote: > I've been thinking, What happens when I use a library that is compiled on > release mode without any .pdb or .mdb file with it? > Could this be a explanation for the weird exception without any stacktrace?
The .pdb/.mdb files are only needed to provide line numbers. You should still get stack traces with methods unless something has gone horribly wrong (e.g. JIT crash, mono abort, etc.). - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
