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 253050 - please give a option to show full content of a variable in debugging
Summary: please give a option to show full content of a variable in debugging
Status: RESOLVED DUPLICATE of bug 243700
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-17 23:21 UTC by fortruth
Modified: 2015-07-04 22:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
"Save Value to File" button (4.18 KB, image/png)
2015-06-25 13:16 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fortruth 2015-06-17 23:21:45 UTC
Product Version = NetBeans IDE Dev (Build 201505160001)
Operating System = Linux version 3.13.0-54-generic running on amd64
Java; VM; Vendor = 1.8.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.45-b02

when come to debug, some variable have a very long string content,  it is good to show with ... in overview, but I think It is required to have options to get the full content of it.
Comment 1 Martin Entlicher 2015-06-25 13:16:02 UTC
Created attachment 154392 [details]
"Save Value to File" button

Which language do you debug?
In Java debugger, the Value dialogue contains "Save Value to File" button, that allows to save the full value to a file.
Comment 2 Martin Entlicher 2015-07-02 21:03:38 UTC
Fixed in issue #243700

*** This bug has been marked as a duplicate of bug 243700 ***
Comment 3 fortruth 2015-07-04 22:16:40 UTC
(In reply to Martin Entlicher from comment #1)
> Created attachment 154392 [details]
> "Save Value to File" button
> 
> Which language do you debug?
> In Java debugger, the Value dialogue contains "Save Value to File" button,
> that allows to save the full value to a file.

I am debugging with NodeJS