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 246825 - Show BufferedImage in debugger
Summary: Show BufferedImage in debugger
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-02 13:31 UTC by tilman
Modified: 2014-09-02 13:31 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 tilman 2014-09-02 13:31:21 UTC
It is not possible to see a BufferedImage in the debugger, one can only see the meta data. My wish is that it be possible to show the actual image in a separate window. Currently all I can do is to save the BufferedImage to a file with a timestamp in the name and output the name of the file.