Skip to content

Commit

Permalink
Remove debug task eclipse-che/che#14003
Browse files Browse the repository at this point in the history
- cannot make it working even when attaching manually the Java debugger
afterwise
- Debug is available through CodeLens on the Application Java class
- no other devfiles are providing this kind of debug task

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier authored and nickboldt committed Aug 9, 2019
1 parent 38d9021 commit 24d3db1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions devfiles/apache-camel-springboot/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,3 @@ commands:
component: maven
command: mvn spring-boot:run -DskipTests
workdir: ${CHE_PROJECTS_ROOT}/fuse-rest-http-booster
-
name: run and debug the services
actions:
- type: exec
component: maven
command: mvn spring-boot:run -DskipTests -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
workdir: ${CHE_PROJECTS_ROOT}/fuse-rest-http-booster

0 comments on commit 24d3db1

Please sign in to comment.