You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/28 12:24:53 UTC

[GitHub] [camel] essobedo commented on a diff in pull request #7917: Improve debugger documentation page

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org