[Mono-bugs] [Bug 641502] New: Debugger doesn't stop at breakpoints in class libraries
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Sep 23 17:25:08 EDT 2010
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: martin at novell.com
ReportedBy: jpobst at novell.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list