Bug 428140 - Show return values of function calls after a step-over
Summary: Show return values of function calls after a step-over
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.3.0   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-13 15:13 EST by Marc Khouzam CLA
Modified: 2020-09-04 15:20 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Khouzam CLA 2014-02-13 15:13:09 EST
Based on bug 341731 comment 1:

Sergey Prigogin wrote:

It would be nice to display values returned from function calls in the Variables view.

Visual Studio displays values returned from function calls in its Autos view.

When stepping over

  foo(bar());

two lines appear in the Autos view:

bar returned   <value1>
foo returned   <value2>

Bug 341731 added support for showing return values when stepping out of a function, while this bug aims to add such support when doing a step-over.