You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Federico Mariani (Jira)" <ji...@apache.org> on 2021/12/09 13:44:00 UTC

[jira] [Commented] (CAMEL-17278) camel-jbang - Add run in JVM debug mode

    [ https://issues.apache.org/jira/browse/CAMEL-17278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456451#comment-17456451 ] 

Federico Mariani commented on CAMEL-17278:
------------------------------------------

isn't [https://www.jbang.dev/documentation/guide/latest/debugging.html] enough? I just executed `jbang --cp . --debug /path/to/CamelJBang.java run redis-source-test.yaml` and I can attach a remote debugger from idea

> camel-jbang - Add run in JVM debug mode
> ---------------------------------------
>
>                 Key: CAMEL-17278
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17278
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-jbang
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.15.0
>
>
> We should find out how we can run CamelJBang in JVM debug mode with
> java -agentlib:jdwp=transport=dt_socket,address=5005,server=y,suspend=y
> Then users can attach remote JVM debugger in case they want to do some trouble shooting.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)