[
https://issues.apache.org/jira/browse/CAMEL-20112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen reassigned CAMEL-20112:
-----------------------------------
Assignee: Claus Ibsen
> 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
> Assignee: Claus Ibsen
> Priority: Major
> 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)