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

Summary: There is no way to view the full value of a string in the debugger if the length is greater than 80 characters.
Product: debugger Reporter: buteomont
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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