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 270437 - There is no way to view the full value of a string in the debugger if the length is greater than 80 characters.
Summary: There is no way to view the full value of a string in the debugger if the len...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-19 11:54 UTC by buteomont
Modified: 2017-04-19 11:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description buteomont 2017-04-19 11:54:11 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 4.4.0-72-generic running on amd64
Java; VM; Vendor = 1.8.0_121
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.121-b13

Reproducibility: Happens every time

STEPS:
  * Set breakpoint in debugger on Node.js program
  * Try to view full value of long (>80 chars) string

ACTUAL:
  No matter how you do it, only the first 80 characters of the string are visible

EXPECTED:
  Some way to view the entire string regardless of length