This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 248370 - Please add feature/option to show inline values while debugging
Summary: Please add feature/option to show inline values while debugging
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal with 3 votes (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-03 14:42 UTC by Christian Lenz
Modified: 2015-07-30 09:36 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2014-11-03 14:42:01 UTC
This could be a very nice and helpfull feature. IntelliJ implemented it also: https://www.jetbrains.com/idea/nextversion/#debugger. If it's possible, add this for all supported languages which we can debug.


Regards

Chris
Comment 1 Christian Lenz 2015-07-24 11:35:09 UTC
Chrome did this now too: https://developers.google.com/web/updates/2015/07/07/preview-javascript-values-inline-while-debugging only for JS, but it would be nice to have it in each language as IDEA does it.
Comment 2 cezariusz 2015-07-28 07:49:43 UTC
You have my vote.
Comment 3 Martin Entlicher 2015-07-30 07:18:53 UTC
Can be considered for the next version.
It may require horizontal scrolling to actually see the values, which makes the feature usable on wide screens mainly.
Comment 4 Christian Lenz 2015-07-30 09:36:58 UTC
Of course yes, this should be done too. This is essential for this.