https://bugzilla.novell.com/show_bug.cgi?id=641502
https://bugzilla.novell.com/show_bug.cgi?id=641502#c0 Summary: Debugger doesn't stop at breakpoints in class libraries Classification: Mono Product: MonoDroid Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Debugger AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Repro: - Create default MonoDroid application - Add default MonoDroid Class Library project - Create a method in class library class - Call class library method in Activity.OnCreate - Put breakpoint in class library method - Debug The debugger will stop on breakpoints in the main application, but not in the class library. Note you will need the latest preview (r8086) to ensure the class library .mdb is in the .apk. We weren't adding the class library to UserAssemblies in the MonoDroidProgramStartInfo class. I fixed that in r8124 (you may want to check my fix), but we still won't stop at breakpoints in class libraries, only the main application. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
