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 d127ce7824bd Update cli-debug.adoc
d127ce7824bd is described below
commit d127ce7824bda9c715a61ba98f563b1cda5cf527
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jan 26 10:53:21 2026 +0100
Update cli-debug.adoc
---
dsl/camel-cli-debug/src/main/docs/cli-debug.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dsl/camel-cli-debug/src/main/docs/cli-debug.adoc
b/dsl/camel-cli-debug/src/main/docs/cli-debug.adoc
index 8d6804d6c121..440f7884c531 100644
--- a/dsl/camel-cli-debug/src/main/docs/cli-debug.adoc
+++ b/dsl/camel-cli-debug/src/main/docs/cli-debug.adoc
@@ -49,7 +49,7 @@ Where `<pid>` is the process id of the running Camel
integration. You can see th
----
2025-12-04T15:48:12.542+01:00 INFO 6667 --- [ main]
o.a.c.impl.engine.AbstractCamelContext : Detected: camel-cli-debug JAR
(Enabling Camel Debugging)
2025-12-04T15:48:12.543+01:00 INFO 6667 --- [ main]
o.a.c.c.c.debug.CamelCliDebuggerFactory :
================================================================================
-2025-12-04T15:48:12.543+01:00 INFO 6667 --- [ main]
o.a.c.c.c.debug.CamelCliDebuggerFactory : Waiting for CLI to remote attach
(camel debug --remote-attach --name=6667)
+2025-12-04T15:48:12.543+01:00 INFO 6667 --- [ main]
o.a.c.c.c.debug.CamelCliDebuggerFactory : Waiting for CLI to remote attach:
camel debug --remote-attach --name=6667
----
To connect the CLI to the Camel application that will then continue to start
and perform debugging from the CLI terminal.