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: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to