This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new c7624737641 Remove link as its hard to grok the xref stuff for linking internally. c7624737641 is described below commit c76247376414aeb0adb5493ab64facae632d795f Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jun 26 09:30:08 2024 +0200 Remove link as its hard to grok the xref stuff for linking internally. --- docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc index 352685c70c2..432b9f083ff 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc @@ -2495,7 +2495,7 @@ The Camel route debugger is available by default (the `camel-debug` component is You can then use the Integrated Development Environment (IDE) of your choice. For instance https://plugins.jetbrains.com/plugin/9371-apache-camel[IntelliJ], https://marketplace.visualstudio.com/items?itemName=redhat.vscode-debug-adapter-apache-camel[VS Code] or https://marketplace.eclipse.org/content/textual-debugging-apache-camel[Eclipse Desktop]. -A specific how-to is available for VS Code, see this https://youtu.be/owNhWxf42qk[video] or this /blog/2022/05/start-camel-quarkus-application-with-camel-textual-debug-in-vscode/[blogpost]. +A specific how-to is available for VS Code, see this https://youtu.be/owNhWxf42qk[video]. TIP: When exporting to Maven projects, then you can use the maven profile `camel.debug` that will include the `camel-debug` JAR to make it possible for Camel IDE tools to do Camel route debugging.