[Mono-bugs] [Bug 544935] New: Cannot step into constructor
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Oct 7 06:11:38 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=544935
Summary: Cannot step into constructor
Classification: Mono
Product: Mono: Debugger
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: cli
AssignedTo: martin at novell.com
ReportedBy: msafar at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
using System;
public class C
{
public static void Main ()
{
string s = new string ('v', 1);
Console.WriteLine (s);
}
}
>>>>>>>>>>>>>>>>
Mono Debugger
(mdb) r
Starting program: bench.exe
Thread @1 stopped at #0: 0xb70a4201 in C.Main()+0x9 at
/home/marek/svn/mcs/mcs/bench.cs:7.
7 string s = new string ('v', 1);
(mdb) step
Thread @1 stopped at #0: 0xb70a421d in C.Main()+0x25 at
/home/marek/svn/mcs/mcs/bench.cs:8.
8 Console.WriteLine (s);
(mdb) step
v
Thread @1 exited.
Process #1 exited.
(mdb) Target exited.
Neither of two "steps" actually worked.
--
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