[Mono-bugs] [Bug 431739] New: Feature: show method return values
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 2 15:55:25 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=431739
Summary: Feature: show method return values
Product: MonoDevelop
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: debugger
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: jpryor at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
It would be useful, particularly in chained expressions (as is useful with
LINQ), if all return values and intermediate return values could be shown in
the debugger.
In particular, given
var e = new[]{1, 2, 3, 4}.Where(n => (n%2) == 0).Select(n => n.ToString());
It would be cool to see the object provided to .Where() and the object returned
from .Where(), as well as `e' (the value returned from .Select()), particularly
if the return value of .Select() isn't saved anywhere (so that the return value
could still be inspected).
--
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