[Mono-bugs] [Bug 553923] New: Stepping over Console.Writeline freezes debugger

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 9 16:53:20 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=553923


           Summary: Stepping over Console.Writeline freezes debugger
    Classification: Mono
           Product: MonoTouch
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Debugger
        AssignedTo: gnorton at novell.com
        ReportedBy: aidanreel at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6; en-us)
AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9

            window = new UIWindow (UIScreen.MainScreen.Bounds);
            Console.WriteLine (UIScreen.MainScreen.Bounds.ToString());

breakpoint on first line
step over
Console line highlighted yellow
step over
no line highlighted. debug buttons disabled
MonoDevelop is still active and can change editor tabs etc
Noticed Call Stack window is empty.
App does not progress in simulator
Stop button still enabled
Press stop button 
App exits on simulator 
process ends



Reproducible: Always

Steps to Reproduce:
1.     add Console.WriteLine (UIScreen.MainScreen.Bounds.ToString()); statement
2.  set break point on previous statement
3. run debugger
4. step over
5. step over

-- 
Configure bugmail: http://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