<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Debugger Issue with Eclipse 2022-12 / ADT 3.32 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724652#M2020033</link>
    <description>&lt;P&gt;I did a fresh install of Eclipse for Java Developers 2022-12, with just ADT Latest Plugin and nothing else. The problem still persists. &lt;/P&gt;&lt;P&gt;Below is the Error log details, if it helps : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;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)&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 27 Feb 2023 08:48:18 GMT</pubDate>
    <dc:creator>sapRSH</dc:creator>
    <dc:date>2023-02-27T08:48:18Z</dc:date>
    <item>
      <title>Debugger Issue with Eclipse 2022-12 / ADT 3.32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724651#M2020032</link>
      <description>&lt;P&gt;Hello folks,&lt;/P&gt;
  &lt;P&gt;I was using Eclipse 2022-09 and ADT Version 3.28. Debugger was working fine for a long time and I was able to debug the RFCs (moving from one SAP system to another). &lt;/P&gt;
  &lt;P&gt;However, yesterday I upgraded to Eclipse 2022-12 and ADT Version 3.32 (The JRE version also upgraded to 17 in the process). Since then, while the debugger is working fine, but while debugging RFC and moving into another system, the debugger fails and shows 'source not found'. &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2139153-source-not-found.png" /&gt;&lt;/P&gt;
  &lt;P&gt;I also tried doing 'Edit Source Lookup Path' and adding the other system as an ABAP project in the Lookup Path, but it still doesn't work. &lt;/P&gt;
  &lt;P&gt;It should not be a problem with the Backend SAP system itself, because it was working fine earlier. Please help resolve the issue. &lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 08:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724651#M2020032</guid>
      <dc:creator>sapRSH</dc:creator>
      <dc:date>2023-02-23T08:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger Issue with Eclipse 2022-12 / ADT 3.32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724652#M2020033</link>
      <description>&lt;P&gt;I did a fresh install of Eclipse for Java Developers 2022-12, with just ADT Latest Plugin and nothing else. The problem still persists. &lt;/P&gt;&lt;P&gt;Below is the Error log details, if it helps : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;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)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Feb 2023 08:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724652#M2020033</guid>
      <dc:creator>sapRSH</dc:creator>
      <dc:date>2023-02-27T08:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger Issue with Eclipse 2022-12 / ADT 3.32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724653#M2020034</link>
      <description>&lt;P&gt;Hello Ravi, &lt;/P&gt;&lt;P&gt;thanks for reporting the bug and adding the error log. I think we found a fix for the issue. &lt;/P&gt;&lt;P&gt;I keep you up to date.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Denis Ungemach&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 10:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724653#M2020034</guid>
      <dc:creator>former_member844123</dc:creator>
      <dc:date>2023-02-28T10:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger Issue with Eclipse 2022-12 / ADT 3.32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724654#M2020035</link>
      <description>&lt;P&gt;Hello Ravi, &lt;/P&gt;&lt;P&gt;the release of an ADT update via the update site is planned for the next days. &lt;/P&gt;&lt;P&gt;Please check with the new released ADT version whether the bug is fixed.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Denis Ungemach&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 11:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724654#M2020035</guid>
      <dc:creator>former_member844123</dc:creator>
      <dc:date>2023-03-02T11:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger Issue with Eclipse 2022-12 / ADT 3.32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724655#M2020036</link>
      <description>&lt;P&gt;I have the same problem. Can you accelerate correction for this bug?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 20:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724655#M2020036</guid>
      <dc:creator>former_member844563</dc:creator>
      <dc:date>2023-03-02T20:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger Issue with Eclipse 2022-12 / ADT 3.32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724656#M2020037</link>
      <description>&lt;P&gt;Hi Denis, &lt;/P&gt;&lt;P&gt;I updated to ADT 3.32.2 today on both fresh install and upgraded version of Eclipse 2022-12. &lt;/P&gt;&lt;P&gt;I can confirm you that i am able to debug the RFC by navigating from one system to another in the ADT debugger. Thank you!&lt;/P&gt;&lt;P&gt;For reference this is the current versions installed in my system : &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2144722-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 15:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugger-issue-with-eclipse-2022-12-adt-3-32/m-p/12724656#M2020037</guid>
      <dc:creator>sapRSH</dc:creator>
      <dc:date>2023-03-03T15:34:42Z</dc:date>
    </item>
  </channel>
</rss>

