1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/debug/org.eclipse.cdt.debug.application.product
Jonah Graham 9a03a7c9d4 [releng] Update debug.product for building against 2019-12
Change-Id: I7bb80b819cdd460cce1c53a9f85197ba3f488d92
2019-12-19 17:40:43 -05:00
..
.settings Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
.project Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:29:06 -04:00
about.html Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00: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 [releng] Update debug.product for building against 2019-12 2019-12-19 17:40:43 -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 [releng] Bump to CDT version 9.11.0 2019-12-07 15:24:34 -05:00
README Stand-alone debugger for Mac OS X 2016-04-02 22:59:15 -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 and x86_64 on
Linux, Windows and Mac.