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
Jonah Graham 0568568c33 Change standalone debugger to no longer limit number of bundles
The maintenance of having a streamlined standalone debugger that
starts as fast as possible is no longer possible. See for
example #591 - therefore when using standalone debugger, use
the same sets of plug-ins/features as the product it is installed
in uses. The side effect is that the standalone debugger in this
use case will start slower and extra "stuff" will be present in
this UI.

For people just building the standalone debugger, provide a minimum
feature set. This will be many more bundles than before, but
should still provide a reasonably small set that starts well.

This simplification also includes removing the the duplicates set
of CDT docs (debug/org.eclipse.cdt.debug.application.doc). These
provided a simplified version of CDT's documentation targetted
at just standalone debugger. However there are a few problems related
to this duplication:

- The two sets of docs were not kept in sync
- The standalone docs appear in the online help, leading to
  duplicated entries
- With the config.ini changes above, there is no way to exclude
  the main docs in the standalone case, so remove the duplicate

A number of directly related clean-ups are included too:

- Remove the `ConfigGenerator.java` that stopped being referenced
  in PR #761
- Complete the removal of `build-standalone-debugger-rcp` profile
  that was started in #761. There is a small drawback to not having
  this profile, the standalone debugger is very slow to build
  compared to the rest of CDT. If this becomes a problem, restoring
  this profile along with the changes made in #761 is reasonable.
- bring debug.product's licenses up to date
- modernize command line args to eclipse when using debug.product

Fixes #781
2024-05-12 16:12:17 -04:00
..
.settings Change standalone debugger to no longer limit number of bundles 2024-05-12 16:12:17 -04:00
icons Stand-alone debugger for Mac OS X 2016-04-02 22:59:15 -04:00
META-INF Prep repo for 11.6.0 (#729) 2024-03-07 14:17:45 -05:00
scripts Change standalone debugger to no longer limit number of bundles 2024-05-12 16:12:17 -04:00
src/org/eclipse/cdt Remove deprecated binary parsers and supporting code 2022-11-07 20:58:25 -05:00
.classpath Change standalone debugger to no longer limit number of bundles 2024-05-12 16:12:17 -04:00
.gitignore Generate config.ini for stand-alone debugger based on debug.product 2017-03-17 00:31:07 -04:00
.project Bug 566334: Turn on API Tooling & Analysis for all bundles 2020-08-24 17:50:56 -04:00
about.html [releng] Update all legal files with update_legal_files.sh 2022-04-13 13:42:35 -04:00
about.ini Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
about.mappings Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
about.properties Prep repo for 11.6.0 (#729) 2024-03-07 14:17:45 -05:00
build.properties Change standalone debugger to no longer limit number of bundles 2024-05-12 16:12:17 -04:00
cdt_logo_icon32.png Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
plugin.properties Prep repo for 11.6.0 (#729) 2024-03-07 14:17:45 -05:00
plugin.xml Bug 491957. Preferences & save action for choosing const alignment 2017-05-15 02:59:54 -04:00
plugin_customization.ini Bug 458771 - Cannot refresh an editor in standalone debugger 2015-10-13 16:39:36 -04:00