|
|
|
|
Re: Problem with Debugging in ADT (ABAP Development Tool) on Eclipse 2022-12 [message #1857808 is a reply to message #1857739] |
Mon, 27 February 2023 08:40 |
RAVI SINGH Messages: 3 Registered: February 2023 |
Junior Member |
|
|
Below is what's showing in the error log , but no sure what to make of it :
eclipse.buildId=4.26.0.20221201-1200
java.version=17.0.5
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product -data file:/C:/Users/RS/Development/eclipse/eclipse-2022-12/eclipse-workspace/ -product org.eclipse.epp.package.java.product
org.eclipse.debug.core
Error
Mon Feb 27 14:05:17 IST 2023
Problems occurred when invoking code from plug-in: "org.eclipse.debug.core".
java.lang.NullPointerException: Cannot invoke "java.net.URI.toString()" because "this.baseUri" is null
at com.sap.adt.debugger.internal.data.AbapDebugStackEntry.getBaseVitUri(AbapDebugStackEntry.java:220)
at com.sap.adt.debugger.internal.model.AbapDebugStackFrame.getBaseVitUri(AbapDebugStackFrame.java:1349)
at com.sap.adt.debugger.internal.model.AbapDebugStackFrame.getSourceCode(AbapDebugStackFrame.java:328)
at com.sap.adt.debugger.internal.AbapDebuggerVitFileManager.getOrCreateFileFromDebuggerForStackFrame(AbapDebuggerVitFileManager.java:127)
at com.sap.adt.debugger.internal.sourcelookup.AbapSourceLookupParticipant.getSourceName(AbapSourceLookupParticipant.java:105)
at org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant.findSourceElements(AbstractSourceLookupParticipant.java:58)
at org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector$SourceLookupQuery.run(AbstractSourceLookupDirector.java:138)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector.doSourceLookup(AbstractSourceLookupDirector.java:473)
at org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector.getSourceElement(AbstractSourceLookupDirector.java:714)
at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.lookup(SourceLookupFacility.java:303)
at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility$SourceLookupTask.run(SourceLookupFacility.java:752)
at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility$SourceLookupJob.run(SourceLookupFacility.java:690)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
[Updated on: Mon, 27 February 2023 08:42] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.09929 seconds