1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-30 19:53:30 +02:00
cdt/debug/org.eclipse.cdt.debug.application.product
Doug Schaefer 4ce1f1ca16 Add Makefile Projects to collection of core build project types.
Reuses the old makeNature. Reuses the StandardBuildConfiguration.
Generates a pretty simple project for now. Also handles the case
where you don't want to generate anything, just create an empty or
on an existing source tree.

Change-Id: I2f3cddc85d55792a2c537e37d4bc236a3073d930
2017-11-08 14:11:31 -05:00
..
.project
about.html
build.properties
debug.product Add Makefile Projects to collection of core build project types. 2017-11-08 14:11:31 -05:00
epl-v10.html
license.html
plugin_customization.ini
pom.xml Disable Mac signing of the standalone debugger app. 2017-09-11 13:37:22 -04: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.