[Mono-bugs] [Bug 633480] New: Debug.Writelin adds question marks to ouput text
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Aug 22 05:13:22 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=633480
https://bugzilla.novell.com/show_bug.cgi?id=633480#c0
Summary: Debug.Writelin adds question marks to ouput text
Classification: Mono
Product: MonoDroid
Version: unspecified
Platform: x86-64
OS/Version: Windows 7
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Debugger
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: miha at rthand.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Description of Problem:
The following line
System.Diagnostics.Debug.WriteLine("Testing");
outputs "???Testing" (without quotes)
Steps to reproduce the problem:
1. Put this line into source code:
System.Diagnostics.Debug.WriteLine("Testing");
2. Run
Actual Results:
???Testing is being output into VS' Output window.
Expected Results:
Testing is being output into VS' Output window.
How often does this happen?
Always.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list