[Mono-bugs] [Bug 478331] New: Adding second (third, etc) variable to watch pad takes type of first variable
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Feb 20 15:30:43 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=478331
Summary: Adding second (third, etc) variable to watch pad takes
type of first variable
Classification: Mono
Product: MonoDevelop
Version: 2.0 Beta 1
Platform: x86-64
OS/Version: openSUSE 11.0
Status: NEW
Severity: Normal
Priority: P5 - None
Component: debugger
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: vgiszpenc at dsci.com
QAContact: monodevelop-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.6)
Gecko/2009011913 Firefox/3.0.6 (.NET CLR 2.0.50727; .NET CLR 3.0.30618; .NET
CLR 3.5.21022; .NET CLR 3.5.30729)
public class Foo
{
public string Prop {get {return "foobar";}}
}
public class Bar
{
public int Val {get {return 5;}}
}
public class Eg
{
public void Main()
{
Foo foo = new Foo();
Bar bar = new Bar();
bool stopped = true;
}
}
Reproducible: Always
Steps to Reproduce:
1.Add foo to Watch list
2.Add bar to watch list.
bar is of type Foo!
Note that once added, when you run again with variable in the watch list, it
will discover the right type. Error only happens at time the variable is
manually added.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mono-bugs
mailing list