You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/10/24 07:27:35 UTC

[GitHub] davsclaus opened a new issue #190: Kamel CLI - Add command to run integration in Java debug mode

davsclaus opened a new issue #190: Kamel CLI - Add command to run integration in Java debug mode
URL: https://github.com/apache/camel-k/issues/190
 
 
   ... so we can do remote debugging in the running container, like the fabric8 f-m-p maven plugin can do.
   
       Kamel run Foo.java --dev --debug
   
   Then it does the tunneling on localhost:5005 into the k8s cluster to the running pod. So the developer can just do Java remote debugging on localhost:5005 from his Java editor.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

RE: [GitHub] davsclaus opened a new issue #190: Kamel CLI - Add command to run integration in Java debug mode

Posted by Marc-André Roussil <ma...@tec-connectivia.com>.
I did it at least 10 unsucceful time in the last 3 months
________________________________________
From: Claus Ibsen [claus.ibsen@gmail.com]
Sent: Wednesday, October 24, 2018 2:51 PM
To: dev
Subject: Re: [GitHub] davsclaus opened a new issue #190: Kamel CLI - Add command to run integration in Java debug mode

See here how to unsubscribe
http://camel.apache.org/mailing-lists.html
On Wed, Oct 24, 2018 at 8:31 PM Marc-André Roussil
<ma...@tec-connectivia.com> wrote:
>
> Can you remove me from this distribution list
> ________________________________________
> From: GitBox [git@apache.org]
> Sent: Wednesday, October 24, 2018 3:27 AM
> To: dev@camel.apache.org
> Subject: [GitHub] davsclaus opened a new issue #190: Kamel CLI - Add command to run integration in Java debug mode
>
> davsclaus opened a new issue #190: Kamel CLI - Add command to run integration in Java debug mode
> URL: https://github.com/apache/camel-k/issues/190
>
>
>    ... so we can do remote debugging in the running container, like the fabric8 f-m-p maven plugin can do.
>
>        Kamel run Foo.java --dev --debug
>
>    Then it does the tunneling on localhost:5005 into the k8s cluster to the running pod. So the developer can just do Java remote debugging on localhost:5005 from his Java editor.
>
> ----------------------------------------------------------------
> This is an automated message from the Apache Git Service.
> To respond to the message, please log on GitHub and use the
> URL above to go to the specific comment.
>
> For queries about this service, please contact Infrastructure at:
> users@infra.apache.org
>
>
> With regards,
> Apache Git Services



--
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: [GitHub] davsclaus opened a new issue #190: Kamel CLI - Add command to run integration in Java debug mode

Posted by Claus Ibsen <cl...@gmail.com>.
See here how to unsubscribe
http://camel.apache.org/mailing-lists.html
On Wed, Oct 24, 2018 at 8:31 PM Marc-André Roussil
<ma...@tec-connectivia.com> wrote:
>
> Can you remove me from this distribution list
> ________________________________________
> From: GitBox [git@apache.org]
> Sent: Wednesday, October 24, 2018 3:27 AM
> To: dev@camel.apache.org
> Subject: [GitHub] davsclaus opened a new issue #190: Kamel CLI - Add command to run integration in Java debug mode
>
> davsclaus opened a new issue #190: Kamel CLI - Add command to run integration in Java debug mode
> URL: https://github.com/apache/camel-k/issues/190
>
>
>    ... so we can do remote debugging in the running container, like the fabric8 f-m-p maven plugin can do.
>
>        Kamel run Foo.java --dev --debug
>
>    Then it does the tunneling on localhost:5005 into the k8s cluster to the running pod. So the developer can just do Java remote debugging on localhost:5005 from his Java editor.
>
> ----------------------------------------------------------------
> This is an automated message from the Apache Git Service.
> To respond to the message, please log on GitHub and use the
> URL above to go to the specific comment.
>
> For queries about this service, please contact Infrastructure at:
> users@infra.apache.org
>
>
> With regards,
> Apache Git Services



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

RE: [GitHub] davsclaus opened a new issue #190: Kamel CLI - Add command to run integration in Java debug mode

Posted by Marc-André Roussil <ma...@tec-connectivia.com>.
Can you remove me from this distribution list
________________________________________
From: GitBox [git@apache.org]
Sent: Wednesday, October 24, 2018 3:27 AM
To: dev@camel.apache.org
Subject: [GitHub] davsclaus opened a new issue #190: Kamel CLI - Add command to run integration in Java debug mode

davsclaus opened a new issue #190: Kamel CLI - Add command to run integration in Java debug mode
URL: https://github.com/apache/camel-k/issues/190


   ... so we can do remote debugging in the running container, like the fabric8 f-m-p maven plugin can do.

       Kamel run Foo.java --dev --debug

   Then it does the tunneling on localhost:5005 into the k8s cluster to the running pod. So the developer can just do Java remote debugging on localhost:5005 from his Java editor.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services