mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
![]() With this option, the build implicitly verifies that it would also be possible to install the product (and its plugins) from that repository. This means that it provides some basic sanity check for plugin dependencies. For example, this would have uncovered the missing dependency to launchbar.core fixed here: https://git.eclipse.org/r/65572 See https://eclipse.org/tycho/sitedocs/tycho-p2/tycho-p2-director-plugin/materialize-products-mojo.html#source Change-Id: I77382bb99b95784b18892cabe545c039d568ff01 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> |
||
---|---|---|
.. | ||
.project | ||
about.html | ||
build.properties | ||
debug.product | ||
epl-v10.html | ||
license.html | ||
plugin_customization.ini | ||
pom.xml | ||
README |
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.