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 b9d17c5a8d5 Include more examples of debugger using the 
BacklogDebugger (#7842)
b9d17c5a8d5 is described below

commit b9d17c5a8d5b3bdeff3cc053a12873a5853840d3
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Tue Jun 21 17:07:19 2022 +0200

    Include more examples of debugger using the BacklogDebugger (#7842)
---
 docs/user-manual/modules/ROOT/pages/debugger.adoc | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/debugger.adoc 
b/docs/user-manual/modules/ROOT/pages/debugger.adoc
index fc5ebdda5c1..1ac971f9b30 100644
--- a/docs/user-manual/modules/ROOT/pages/debugger.adoc
+++ b/docs/user-manual/modules/ROOT/pages/debugger.adoc
@@ -90,9 +90,13 @@ which can be used to extend for custom implementations.
 
 === JMX debugger
 
-There is also a xref:backlog-debugger.adoc[Backlog Debugger] which allows 
debugging from JMX,
-and some 3rd party tooling such as https://hawt.io/[hawtio] uses this for its
-web based debugging functionality.
+There is also a xref:backlog-debugger.adoc[Backlog Debugger] which allows 
debugging from JMX.
+Several 3rd party tooling are using it:
+- https://hawt.io/[hawtio] uses this for its web based debugging functionality
+- 
https://marketplace.visualstudio.com/items?itemName=redhat.vscode-debug-adapter-apache-camel[VS
 Code Debug Adapter for Camel]
+- 
http://marketplace.eclipse.org/content/textual-debugging-apache-camel[Eclipse 
Desktop Debug Adapter for Camel]
+- https://plugins.jetbrains.com/plugin/9371-apache-camel[IntelliJ Camel plugin]
+- https://github.com/camel-tooling/camel-debug-adapter[Debug Adapter Server 
for Camel]
 
 Camel requires to have `camel-management` JAR on the classpath for having JMX 
enabled.
 

Reply via email to