1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-17 05:55:22 +02:00
cdt/launch/org.eclipse.cdt.docker.launcher/src/org/eclipse/cdt
Jeff Johnston cf25db1d34 Bug 535473 - Run/Debug buttons for Container target don't run/debug
- Launch bar is usually expecting a LaunchConfigurationTargeted
  Delegate which calculates the binary but Container build
  uses the ContainerLaunchConfigurationDelegate which expects
  the program name, working dir, connection, and image id
  set up as ILaunchConfiguration attributes
- modify ContainerLaunchConfigurationDelegate to add
  finalLaunchCheck method which can verify if the launch
  config attributes are set up and if not, set them from
  the build config (since this is post-build)
- fix getImageName() in CoreBuildContainerLaunchConfigProvider
  to use toolchain attributes

Change-Id: Iad6cc26928c33e964650b99844e065df8653858f
2018-06-02 10:34:52 -04:00
..
docker/launcher Bug 533842 - Fix Launchbar for enabled/disabled Docker Connections 2018-05-07 17:53:35 -04:00
internal/docker/launcher Bug 535473 - Run/Debug buttons for Container target don't run/debug 2018-06-02 10:34:52 -04:00