[Mono-bugs] [Bug 541727] Debugger never stops at the breakpoint

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Oct 2 06:47:29 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=541727

User lluis at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=541727#c1





--- Comment #1 from Lluis Sanchez <lluis at novell.com>  2009-10-02 04:47:28 MDT ---
OK, after further digging, I'm not sure this is an MDB bug. 

The problem is that the user breakpoint conflicts with the breakpoint that MDB
automatically inserts in the main method. 

MonoDevelop is using the StopInMain=false option. When ProcessReachedMainEvent
is reached, MD inserts all breakpoints. If one of the breakpoints is in the
first line of Main, it will insert fine, but when resuming the debugger prints
an error like "Can't insert breakpoint 7 at 0x409eb214: Already have breakpoint
1 at address 0x409eb214.".

-- 
Configure bugmail: http://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