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 267813 - The current thread is not expanded to stack frames in Nashorn and Truffle
Summary: The current thread is not expanded to stack frames in Nashorn and Truffle
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-31 21:27 UTC by Martin Entlicher
Modified: 2016-09-02 01:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2016-08-31 21:27:41 UTC
This is a usability issue that is annoying for users and also affects demoability.

When a thread is suspended in Nashorn or a language interpreted in Truffle, the appropriate thread node in Debugging view is not expanded automatically to stack frames, like it is when debugging Java.
Comment 1 Martin Entlicher 2016-08-31 21:35:17 UTC
Fixed by changeset:   300454:f38852a4861c
http://hg.netbeans.org/core-main/rev/f38852a4861c
Comment 2 Quality Engineering 2016-09-02 01:57:49 UTC
Integrated into 'main-silver', will be available in build *201609020002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f38852a4861c
User: mentlicher@netbeans.org
Log: #267813: Automatically expand thread nodes which we're stopped in.