[Mono-bugs] [Bug 551180] New: Immediate Window in Debugger Does not evaluate anything successfully
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 29 17:19:10 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=551180
Summary: Immediate Window in Debugger Does not evaluate
anything successfully
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Debugger
AssignedTo: gnorton at novell.com
ReportedBy: kirstin.juhl at thejuhlgroup.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US;
rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5
When using the MonoTouch debugger, the immediate window does not evaluate any
expression that I have tried thus far.
Reproducible: Always
Steps to Reproduce:
1.Set break point in app
2.Run app
3.When stopped on breakpoint, type any instantiated object into the immediate
window and hit "return"
Actual Results:
get the following results:
> tile1a.Font
Unknown member: Font
> tile1a.Frame
Unknown member: Frame
> tile.Tag
Unknown member: Tag
> tile.Tag
Evaluation failed.
> tile.Tag
Evaluation failed.
> tile
Evaluation failed.
> ? tile.Tag
Evaluation failed.
> ? tile.Tag
Evaluation failed.
> sender
Evaluation failed.
> tile
Evaluation failed.
> currentTile
Evaluation failed.
Expected Results:
The expression will evaluate
--
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