You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by en...@apache.org on 2022/02/17 15:41:47 UTC

[netbeans] branch master updated (5686358 -> 6554cbb)

This is an automated email from the ASF dual-hosted git repository.

entl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 5686358  Merge pull request #3585 from sdedic/lsp/icon-resources
     add 6554cbb  Native Image debugger does not set print objects on. Checks added to prevent from exceptions.

No new revisions were added by this update.

Summary of changes:
 cpplite/cpplite.debugger/nbproject/project.xml     |  2 +-
 .../modules/cpplite/debugger/CPPLiteDebugger.java  |  8 +--
 .../cpplite/debugger/CPPLiteDebuggerConfig.java    |  8 ++-
 .../modules/cpplite/debugger/api/Debugger.java     |  2 +-
 .../debugger/ni/NIDebuggerProviderImpl.java        | 49 +++--------------
 .../cpplite/debugger/AbstractDebugTest.java        |  2 +-
 ide/nativeimage.api/manifest.mf                    |  2 +-
 .../modules/nativeimage/api/debug/NIDebugger.java  |  2 +
 .../api/debug/StartDebugParameters.java            | 61 +++++++++++++++++++++-
 .../nativeimage/spi/debug/NIDebuggerProvider.java  |  2 +
 java/java.lsp.server/nbproject/project.xml         |  2 +-
 .../lsp/server/debugging/NbProtocolServer.java     |  5 ++
 .../debugging/attach/NbAttachRequestHandler.java   | 10 +++-
 .../server/debugging/launch/NbLaunchDelegate.java  |  1 +
 .../nbproject/project.xml                          |  2 +-
 .../debugger/actions/NIAttachCustomizer.java       | 13 +++--
 .../nativeimage/debugger/api/NIDebugRunner.java    |  2 +
 .../debugger/displayer/JavaVariablesDisplayer.java | 39 ++++++++++++--
 18 files changed, 148 insertions(+), 64 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists