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 271442 - Grayed box instead of variable value during debug
Summary: Grayed box instead of variable value during debug
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-06 20:13 UTC by dstadel
Modified: 2017-09-06 20:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (620.36 KB, text/plain)
2017-09-06 20:13 UTC, dstadel
Details
debug popup grayed (42.39 KB, image/png)
2017-09-06 20:15 UTC, dstadel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dstadel 2017-09-06 20:13:38 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_131
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.131-b11

Reproducibility: Happens every time

STEPS:
* Place a breakpoint in HTML site code (js)
* Launch site in debug mode
* Go to breakpoint and hover the variable to analyse. Click on arrow...

ACTUAL:
  a popup opens, but completely grayed

EXPECTED:
  a popup should open with variable's values.
Comment 1 dstadel 2017-09-06 20:13:44 UTC
Created attachment 165100 [details]
IDE log
Comment 2 dstadel 2017-09-06 20:15:25 UTC
Created attachment 165101 [details]
debug popup grayed