https://bugzilla.novell.com/show_bug.cgi?id=654694
https://bugzilla.novell.com/show_bug.cgi?id=654694#c0 Summary: [SDB] Assertion at debugger-agent.c:4087, condition `sp' not met Classification: Mono Product: Mono: Debugger Version: SVN Platform: i686 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: backend AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- This one is easy to reproduce: using System; namespace Test { class MainClass { public static void Main (string[] args) { if (true) { string h = "hi"; Console.WriteLine (h); } } } } Set a breakpoint in the "Console.WriteLine" line. When the debugger stops there, try stepping to next line. The debugger crashes. -- 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
