1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/debug/org.eclipse.cdt.debug.application.product
Jonah Graham ddc8470df6
Prepare repo for CDT 11.4.0 M3 (#618)
Includes updating to latest target platform. This should
also fix #591 but it is hard to tell until after it is
integrated into SimRel and the output checked in EPP.

Fixes https://github.com/eclipse-cdt/cdt/issues/591
Part of #548
2023-11-15 13:03:41 -05:00
..
.settings Bug 566511: [releng] Add missing UTF-8 encoding for all CDT projects 2020-08-30 20:02:41 -04:00
.project Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:29:06 -04:00
about.html [releng] Update all legal files with update_legal_files.sh 2022-04-13 13:42:35 -04:00
build.properties Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
debug.product Prepare repo for CDT 11.4.0 M3 (#618) 2023-11-15 13:03:41 -05:00
epl-v20.html Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
license.html Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
plugin_customization.ini Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:29:06 -04:00
pom.xml Prepare repo for CDT 11.4.0 development 2023-09-14 19:47:15 -04:00
README Bug 565836: Add aarch64 for standalone debugger 2020-09-03 21:32:38 -04:00

This product is based on the CDT Stand-alone Debugger application found in
org.eclipse.cdt.debug.application. This product can be downloaded on its own, without the rest of
the C/C++ package which makes it much smaller. It also makes it easier to use because the user only
has to launch the executable after extracting the product. For example the product can be launched
by simply running: ./cdtdebug -e ~/myproject/bin/a.out arg1 arg2

You can find more information about command-line options in
org.eclipse.cdt.debug.application/scripts/README.

Note that this product is currently only built for the more popular architecture x86_64 on
Linux, Windows and Mac and aarch64 on Linux.