This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 9897ef74838 Merge pull request #8021 from
dbalek/dbalek/test-class-name-not-match-file-name
add 1efc17e976f JS CDT Debugger: Remember connection settings for remote
attach
add 8d789ca729d JS CDT Debugger: Improve handling of paths
new 7f230e88db9 Merge pull request #7931 from
matthiasblaesing/cdt_debug_windows
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../nbproject/project.properties | 2 +-
.../javascript.cdtdebug.ui/nbproject/project.xml | 4 +-
.../ui/annotation/CallStackAnnotationListener.java | 2 +-
.../cdtdebug/ui/attach/AttachCustomizer.java | 29 ++-
.../cdtdebug/ui/models/DebuggingModel.java | 13 +-
.../nbproject/project.properties | 2 +-
.../javascript.cdtdebug/nbproject/project.xml | 4 +-
.../modules/javascript/cdtdebug/CDTScript.java | 5 +-
.../javascript/cdtdebug/ScriptsHandler.java | 279 ++++++---------------
.../cdtdebug/breakpoints/BreakpointsHandler.java | 31 ++-
.../cdtdebug/sources/ChangeLiveSupport.java | 10 +-
webcommon/lib.chrome_devtools_protocol/manifest.mf | 4 +-
.../org-netbeans-lib-chrome_devtools_protocol.sig | 25 +-
.../lib/chrome_devtools_protocol/CDTUtil.java | 20 ++
.../debugger/CallFrame.java | 7 +-
.../debugger/ScriptFailedToParse.java | 6 +-
.../debugger/ScriptParsed.java | 6 +-
.../debugger/SetBreakpointByUrlRequest.java | 7 +-
.../runtime/CallFrame.java | 7 +-
.../test/unit/src/TestEndpointList.java | 88 ++++---
20 files changed, 252 insertions(+), 299 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