[Mono-bugs] [Bug 460400] mdb does not complain when you set break point to invalid line
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jan 6 22:48:28 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=460400
User martin at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=460400#c2
--- Comment #2 from Martin Baulig <martin at novell.com> 2009-01-06 20:48:26 MST ---
I committed a little "fix" to disallow any line-only breakpoints before the
target has been started, ie. "break 20" is no longer allowed, you need to
specify the source file instead.
Previously, we implicitly defaulted to the file containing Main().
Doing a "break nonexistant.cs:99999" still doesn't report any error, as the
debugger simply can't know that. You need to start the target for this, and
wait till it's stopped in Main().
--
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