1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-03 21:53:39 +02:00
cdt/debug/org.eclipse.cdt.debug.application.product
Alvaro Sanchez-Leon abe742264a Update plugin dependencies for the Stand-alone debugger RCP
This change will make it work when launching from Eclipse
This is not necessary when building as tycho resolves the dependecies

Change-Id: I914405e3a1fc43238717fd05b872584fc0c1c561
2015-07-30 11:10:10 -04:00
..
.project
about.html
build.properties
debug.product Update plugin dependencies for the Stand-alone debugger RCP 2015-07-30 11:10:10 -04:00
epl-v10.html
license.html
plugin_customization.ini
pom.xml Build stand-alone debugger RCP for Windows 2015-07-28 23:21:29 -04:00
README Build stand-alone debugger RCP for Windows 2015-07-28 23:21:29 -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 and Windows.