scalyon commented on issue #8806:
URL: https://github.com/apache/netbeans/issues/8806#issuecomment-3623475726
I'm trying to use NB 28 for some C++ code and received a similar error when
trying to use the debugger:
java.lang.NullPointerException: Cannot invoke
"org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.addPropertyChangeListener(java.beans.PropertyChangeListener)"
because "this.debugger" is null
at
org.netbeans.modules.debugger.jpda.ui.models.InlineValueComputerImpl.<init>(InlineValueComputerImpl.java:101)
at
org.netbeans.modules.debugger.jpda.ui.models.InlineValueComputerImpl$Init.sessionAdded(InlineValueComputerImpl.java:306)
[catch] at
org.netbeans.api.debugger.DebuggerManager.fireSessionAdded(DebuggerManager.java:1324)
at
org.netbeans.api.debugger.DebuggerManager.addSession(DebuggerManager.java:1598)
at
org.netbeans.api.debugger.DebuggerManager.startDebugging(DebuggerManager.java:314)
at
org.netbeans.modules.cpplite.debugger.CPPLiteDebugger.startDebugging(CPPLiteDebugger.java:845)
at
org.netbeans.modules.cpplite.debugger.api.Debugger.startInDebugger(Debugger.java:43)
at
org.netbeans.modules.cpplite.project.ActionProviderImpl.lambda$invokeAction$4(ActionProviderImpl.java:88)
at
org.netbeans.api.extexecution.base.BaseExecutionService$2.call(BaseExecutionService.java:236)
at
org.netbeans.api.extexecution.base.BaseExecutionService$2.call(BaseExecutionService.java:212)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1403)
at
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)
at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2018)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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