https://bugzilla.novell.com/show_bug.cgi?id=460400
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=460400#c2 --- Comment #2 from Martin Baulig <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
