Claus Ibsen created CAMEL-20112:
-----------------------------------

             Summary: camel-jbang - Debug command should not step inside 
kamelets
                 Key: CAMEL-20112
                 URL: https://issues.apache.org/jira/browse/CAMEL-20112
             Project: Camel
          Issue Type: Improvement
          Components: camel-jbang
            Reporter: Claus Ibsen
             Fix For: 4.3.0


This code
{code}
import org.apache.camel.builder.RouteBuilder;

public class hello extends RouteBuilder {

    @Override
    public void configure() throws Exception {

        // Write your routes here, for example:
        from("kamelet:timer-source?message=hi&period=1234")
            .setBody()
                .simple("Hello Camel from ${routeId}")
            .log("${body}");
    }
}
{code}

The debugger should not step inside kamelets but only in the route.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to