1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/debug/org.eclipse.cdt.debug.application.product
Marc Khouzam 0a04f1aba9 Remove visualizer plugins from Stand-alone RCP debugger
The RCP stand-alone debugger does not have the multicore visualizer
plugins but does have the visualizer plugins.  That means a user can
open the Visualizer view but nothing will display.

We could either add the multicore visualizer plugins or remove the
visualizer plugins.  To follow what the stand-alone script does, this
patch removes the visualizer plugins.

Change-Id: I90075c7fc5c87f21c0b697f81c45abf1d0395218
2015-10-28 14:32:29 -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 Remove visualizer plugins from Stand-alone RCP debugger 2015-10-28 14:32:29 -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 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.