https://bugzilla.novell.com/show_bug.cgi?id=633205
https://bugzilla.novell.com/show_bug.cgi?id=633205#c0 Summary: Tee debugger doesn't show string value Classification: Mono Product: MonoDroid Version: unspecified Platform: x86-64 OS/Version: Windows 7 Status: NEW Severity: Normal Priority: P5 - None Component: Tools AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Safari/533.4 When you mouse over the button.Text property in the visual studio 2010 debugger, the value is shown is java char sequence, instead of the actual text content of the button. Reproducible: Always Steps to Reproduce: 1.create a default project from the vs project template 2.place a breakpoint at button.Text 3.mouse over the Text in the debugger while debugging Actual Results: "Char sequence" is shown as the value in the debugger. Expected Results: The value of the button's text should be in the quick watch tooltip when you put the mouse over the property. For a test case I just used the default project with the single button and the click handler incrementing the text of the button. -- 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
