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 250475 - Ability to view multiline strings inline (in Variables tab)
Summary: Ability to view multiline strings inline (in Variables tab)
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-17 20:02 UTC by _ gtzabari
Modified: 2015-02-26 11:13 UTC (History)
0 users

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 _ gtzabari 2015-02-17 20:02:54 UTC
Currently, the debugger renders values as single-line Strings. When trying to view a String containing JSON or XML structure, it is impossible to read the value without opening the Property Editor every time. Opening the property editor every time is very unproductive if you want to view how the value of the String changes as you step over code.

I'd like to request the ability to view multi-line Strings directly in the Variables tab, without having to open a property editor.