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 254781 - Debugging view displays all internal stack frames when debugging Nashorn
Summary: Debugging view displays all internal stack frames when debugging Nashorn
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: 2015-08-27 13:17 UTC by Martin Entlicher
Modified: 2015-08-30 01:36 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 2015-08-27 13:17:14 UTC
Debug a JavaScript executed via Nashorn, e.g. the project from issue #254612.

Debugging view displays all internal frames that interpret the JavaScript instead of just JavaScript program frames.

This is a regression caused by introduction of Debugging view API: DebuggingView.DVThread.
Comment 1 Martin Entlicher 2015-08-27 13:21:49 UTC
Fixed by changeset:   291164:58e14acdb352
http://hg.netbeans.org/core-main/rev/58e14acdb352
Comment 2 Quality Engineering 2015-08-30 01:36:58 UTC
Integrated into 'main-silver', will be available in build *201508300002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/58e14acdb352
User: mentlicher@netbeans.org
Log: #254781: Use DVThread instead of JPDAThread.