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

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=541727#c1





--- Comment #1 from Lluis Sanchez <[email protected]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to