mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
![]() Note that FileBasedErrorParserTests had to change because of some Tycho incompatibility with JUnit's ParameterizedTest. It works in the IDE, but not in maven. The correct fix is to resolve the tycho settings, see Bug 569949 for a previous example. It may also be simply resolved by updating to Tycho 3.0.0. However I want to get this change in as at the moment CDT.setup is broken and that is impeding developers. |
||
---|---|---|
.. | ||
.settings | ||
.project | ||
about.html | ||
build.properties | ||
debug.product | ||
epl-v20.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_64 on Linux, Windows and Mac and aarch64 on Linux.