Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Linux Tools Project/News/NewIn61"

m (Docker Tooling JDT Integration)
m (Docker Tooling JDT Integration)
 
Line 3: Line 3:
 
===Docker Tooling JDT Integration===
 
===Docker Tooling JDT Integration===
  
The Eclipse Docker Tooling Feature now contains a plugin that integrates with the Java Development Tools (JDT). This permits the running and debugging of Eclipse Java projects within containers. The functionality is provided through the context menu under the 'Run As' and 'Debug As' options and is configurable through launch configurations.
+
The Eclipse Docker Tooling Feature now contains a plugin that integrates with the Java Development Tools (JDT). This permits the running and debugging of Eclipse Java projects within containers. The functionality is provided through the context menu under the 'Run As' and 'Debug As' options. The daemon connection used, as well as the image chosen are configurable through launch configurations.
 +
 
 +
[[File:Docker-tooling-jdt-debug-menu.png]]
 +
 
 +
This is intended to work in the same way that a regular run/debug session works.
 +
 
 +
[[File:Docker-tooling-jdt-debug.png]]
  
 
== Bugs Fixed in this Release ==
 
== Bugs Fixed in this Release ==
 
----
 
----
 
See Bugzilla report [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Tools&product=Linux%20Tools&query_format=advanced&resolution=FIXED&target_milestone=6.1.0 Bugs Fixed in Linux Tools 6.1]
 
See Bugzilla report [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Tools&product=Linux%20Tools&query_format=advanced&resolution=FIXED&target_milestone=6.1.0 Bugs Fixed in Linux Tools 6.1]

Latest revision as of 13:18, 5 July 2017

Docker Tooling

Docker Tooling JDT Integration

The Eclipse Docker Tooling Feature now contains a plugin that integrates with the Java Development Tools (JDT). This permits the running and debugging of Eclipse Java projects within containers. The functionality is provided through the context menu under the 'Run As' and 'Debug As' options. The daemon connection used, as well as the image chosen are configurable through launch configurations.

Docker-tooling-jdt-debug-menu.png

This is intended to work in the same way that a regular run/debug session works.

Docker-tooling-jdt-debug.png

Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in Linux Tools 6.1

Back to the top