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

Summary: The current thread is not expanded to stack frames in Nashorn and Truffle
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.