'Debugging Camel in IntelliJ community edition

I am using Apache Camel with IntelliJ Community Edition.

I've seen on the official site some kind of debugger for XML DSL, but is not very clear how to use it...

Does it works for the Community edition also? It asks to create a Camel SpringBoot Application run configuration, how I do it?

In fact, when I check for this application, I can't find nothing. I have installed the recommended plugin.

enter image description here



Solution 1:[1]

Apache Camel plugin is not compatible with IntelliJ IDEA 2022.1. Try using 2021.3 instead.

Solution 2:[2]

First, make sure the plugin is installed and enabled. Check your Preferences -> Plugins -> Installed and make sure the Apache Camel plugin is installed, enabled and its version is 0.8.5.

As previously suggested, if you are running version later than 2021.3.2, the plugin may not be supported, try downgrading to 2021.3.2.

Also, check Preferences -> Languages & Frameworks -> Apache Camel -> Miscellaneous and make sure the checkbox "Enable Camel Debugger" is selected.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Konstantin Annikov
Solution 2