Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 110938 - Displaying return values
Summary: Displaying return values
Status: RESOLVED DUPLICATE of bug 75519
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-28 10:42 EDT by Patrick Schonbach CLA
Modified: 2005-09-28 10:47 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Schonbach CLA 2005-09-28 10:42:27 EDT
Imagine you have a function that consists of a return statement only, like:

return foo() && bar() || baz();

In this case, it is very difficult to debug what this function actually 
returns, because the return value is not displayed anywhere. Would it be 
possible to display it?
Comment 1 Darin Wright CLA 2005-09-28 10:47:55 EDT

*** This bug has been marked as a duplicate of 75519 ***