This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 5151af31038bc12db927b52e0058b9d9354e1e4a Merge: 35b31efa151 9a5a9d76949 Author: Matthias Bläsing <[email protected]> AuthorDate: Mon Dec 30 10:44:10 2024 +0100 Merge pull request #7972 from cz6ace/NETBEANS-7069_nashorn-15 [NETBEANS-7069] Support Nashorn 15.x for JDK >= 15 .../debugger/jpda/js/FirstSourceURLProvider.java | 35 ++++++- .../netbeans/modules/debugger/jpda/js/JSUtils.java | 7 +- .../debugger/jpda/js/StepIntoJSHandler.java | 34 ++++--- .../js/breakpoints/JSJavaBreakpointsManager.java | 110 +++++++++++++-------- .../modules/debugger/jpda/js/source/Source.java | 5 +- .../debugger/jpda/js/vars/DebuggerSupport.java | 99 ++++++++++++------- .../modules/debugger/jpda/js/vars/JSVariable.java | 5 +- .../frames/models/DebuggingJSActionsProvider.java | 6 +- .../jsui/frames/models/DebuggingJSNodeModel.java | 10 +- .../DebuggingJSTreeExpansionModelFilter.java | 2 +- .../jsui/frames/models/DebuggingJSTreeModel.java | 2 +- .../debugger/jpda/models/CallStackFrameImpl.java | 4 +- 12 files changed, 213 insertions(+), 106 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
