[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
Wed Jan 7 10:14:00 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=460400
User msafar at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=460400#c3
Marek Safar <msafar at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[Not-a-Bug] mdb does not complain when you set |mdb does not complain when you set break point
|break point to invalid line |to invalid line
--- Comment #3 from Marek Safar <msafar at novell.com> 2009-01-07 08:14:00 MST ---
I disagree, it's not easy to set a breakpoint with mdb and the user should get
some feedback that the breakpoint could not be set (I have had hard to figure
out where can I put a breakpoints in nested switch statements).
Also doing "b foo.cs:-1" causes some weird error messages
(mdb) c
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
Cannot insert breakpoint 2: Expected filename:line
--
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