essobedo commented on code in PR #7917:
URL: https://github.com/apache/camel/pull/7917#discussion_r908411943


##########
docs/user-manual/modules/ROOT/pages/debugger.adoc:
##########
@@ -76,6 +76,33 @@ endpoint.
 
 image::images/debug.png[image]
 
+=== Java debugging of Camel route written with Java DSL

Review Comment:
   ```suggestion
   === Java debugging of Camel routes written with Java DSL
   ```



##########
docs/user-manual/modules/ROOT/pages/debugger.adoc:
##########
@@ -76,6 +76,33 @@ endpoint.
 
 image::images/debug.png[image]
 
+=== Java debugging of Camel route written with Java DSL
+
+A trick to debug Camel route written with Java DSL is to modify the route to 
insert a `processor` and then to set the breakpoint in it.

Review Comment:
   ```suggestion
   A trick to debug a Camel route written with Java DSL is to modify the route 
to insert a `processor` and then to set the breakpoint in it.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to