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 246275 - [nashorn] JS object tooltip not expandable
Summary: [nashorn] JS object tooltip not expandable
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-05 12:56 UTC by Vladimir Riha
Modified: 2015-07-20 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample file (1.98 KB, text/plain)
2014-08-05 12:56 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-08-05 12:56:23 UTC
Created attachment 148556 [details]
sample file

Please check the attached file:
 - add line breakpoint to line 96 ("print(undef)")
 - debug file
 
 => once debugger stops on given line, hover over "obj" 2 lines above the breakpoint in print(obj.foo), the tooltip shows "obj = [object Object]" while it should be expandable



Product Version: NetBeans IDE 8.0.1 RC1 (Build 201408031330)
Java: 1.8.0_11; Java HotSpot(TM) Client VM 25.11-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_11-b12
System: Linux version 3.13.0-32-generic running on i386; UTF-8; en_US (nb)
Comment 1 Martin Entlicher 2014-08-08 16:34:56 UTC
Reproduced. Expandable tooltips were not implemented in JavaScript yet...
Comment 2 Martin Entlicher 2015-07-17 15:09:18 UTC
Fixed by changeset:   289868:502639ce0212
http://hg.netbeans.org/core-main/rev/502639ce0212
Comment 3 Quality Engineering 2015-07-19 01:18:14 UTC
Integrated into 'main-silver', will be available in build *201507190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/502639ce0212
User: mentlicher@netbeans.org
Log: #246275: Expandable tooltips in Nashorn debugger.
Comment 4 Jiri Kovalsky 2015-07-20 09:31:36 UTC
Product Version: NetBeans IDE Dev (Build 201507190001)
Java: 1.8.0_51; Java HotSpot(TM) 64-Bit Server VM 25.51-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_51-b16
System: Linux version 3.13.0-37-generic running on amd64; UTF-8; cs_CZ (nb)

Verified. Thanks for the fix Martine!