https://bugzilla.novell.com/show_bug.cgi?id=460400

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





--- Comment #1 from Martin Baulig <[email protected]>  2009-01-06 12:40:38 MST 
---
Does this happen if you try to insert the breakpoint before staring the
application ?

That's a feature, not a bug ;-)

If you insert a breakpoint before the application is started or use
`break -lazy' after the location is started, mdb allows you to insert
breakpoints on modules which aren't loaded yet.

Before the application is started, the symbol tables aren't loaded, so mdb
can't check whether the breakpoint location is valid.

The same happens if you use `break -lazy' - if mdb can't find the breakpoint
location, it'll assume it's in a file which will be loaded later via
Assembly.Load().


-- 
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

Reply via email to