1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00
cdt/debug/org.eclipse.cdt.debug.application.product
Marc-Andre Laperle e18d408cb3 Sign the stand-alone debugger on Mac
The mac signing has to happen between materialize-products and
archive-products goals. Because we only want to do it when the
production profile is enabled (eclipse.org server), we have to duplicate
some xml to fit the macsigner between the two. I did extract some
variables in order to make the duplication less error prone.

Change-Id: I523c287c0e1dff15026e1007fa2831af6d14003a
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2016-06-01 23:13:56 -04:00
..
.project Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:29:06 -04:00
about.html Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:29:06 -04:00
build.properties Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:29:06 -04:00
debug.product Stand-alone debugger for Mac OS X 2016-04-02 22:59:15 -04:00
epl-v10.html Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:29:06 -04:00
license.html Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:29:06 -04:00
plugin_customization.ini Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:29:06 -04:00
pom.xml Sign the stand-alone debugger on Mac 2016-06-01 23:13:56 -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.