1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 06:15:37 +02:00
cdt/debug/org.eclipse.cdt.debug.application.product
Marc-Andre Laperle 27f92db644 Bug 460167 - RCP for the Stand-alone debugger
This patch creates a product so that the stand-alone can be downloaded
without
the rest of the C/C++ EPP. It also makes it easier to use because the
user only
has to launch the executable, just like a regular Eclipse instead of
finding
the script.

To try the RCP:

mvn clean package -Pbuild-standalone-debugger-rcp

The result (tar.gz) is available under
debug/org.eclipse.cdt.debug.application.product/target/products
Once extracted, it can be started just like the normal script:
./cdtdebug -e myexecutable

Change-Id: Ifb849af8a8f2ec03abcae57cf43d57cde2333759
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-05-19 14:35:05 -04:00
..
.project Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:35:05 -04:00
about.html Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:35:05 -04:00
build.properties Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:35:05 -04:00
debug.product Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:35:05 -04:00
epl-v10.html Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:35:05 -04:00
license.html Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:35:05 -04:00
plugin_customization.ini Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:35:05 -04:00
pom.xml Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:35:05 -04:00
README Bug 460167 - RCP for the Stand-alone debugger 2015-05-19 14:35:05 -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.