Bug 492307 - Inline Debugging feature similar to Intellij or Chrome Debugger
Summary: Inline Debugging feature similar to Intellij or Chrome Debugger
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.5   Edit
Hardware: PC Linux
: P3 enhancement with 5 votes (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-23 16:32 EDT by Sebastien Arod CLA
Modified: 2017-03-16 01:28 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastien Arod CLA 2016-04-23 16:32:08 EDT
IntelliJ as a nice feature named "Inline Debugging" that allows to display at each end of lines the current values of the variables used on the lines.

Google Chrome debuggerhave a similar feature.

All the values are already available in the eclipse "Variables" view but when trying to understand code it's nice to have the relevant debug values displayed at the end of the line.