Description
Describe the bug
Install 2023-09-R [2023-06-R works fine]
Install/setup cdtdebug
https://github.com/eclipse-cdt/cdt/blob/main/StandaloneDebugger.md
Start cdtdebug
~/cdtdebugger/cdtdebug.sh
Get a whole load of errors in logfile:-
!ENTRY org.eclipse.cdt.debug.application 4 0 2023-10-10 14:30:15.839
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.cdt.debug.application [35]
Unresolved requirement: Import-Package: org.eclipse.debug.ui.actions
-> Export-Package: org.eclipse.debug.ui.actions; bundle-symbolic-name="org.eclipse.debug.ui"; bundle-version="3.18.100.v20230802-1257"; version="0.0.0"
org.eclipse.debug.ui [75]
Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)"
-> Bundle-SymbolicName: org.eclipse.ui.ide; bundle-version="3.21.100.v20230825-1346"; singleton:="true"
Expected behavior
Pop up a dialog requesting cdtdebug information
I concluded the installation must have internal versioning discrepancies so I deleted the whole tree and installed
eclipse-cpp-2023-06-R-linux-gtk-x86_64.tar.gz
Which works as expected.