[Mono-bugs] [Bug 339053] New: StackTrace does not contain debug information
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Nov 5 06:00:26 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=339053
Summary: StackTrace does not contain debug information
Product: Mono: Runtime
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: msafar at novell.com
QAContact: mono-bugs at ximian.com
Found By: ---
1. Compile
using System.Diagnostics;
using System;
class D
{
public static void Main ()
{
Console.WriteLine (new StackTrace ());
}
}
2. Run produced output with `--debug' flag.
3. Printed output does not contain file and line information.
--
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