Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.20.5
-
None
-
Unknown
Description
Currently the `camel-quarkus-debug` dependency must be added to the classpath to activate Camel Route Debugging for Camel Quarkus.
it would be nice that the Camel JBang export command is providing a profile named `camel.debug` containing this dependency.
It will improve User Experience in VS Code using VS Code Language Support for Apache Camel and VS Code Debug Adapter for Apache Camel extensions.
Note:
- camel-quarkus-debug is available since Camel Quarkus 2.10.0 https://github.com/apache/camel-quarkus/issues/3775
- activating it automatically in debug mode seems not possible https://github.com/apache/camel-quarkus/issues/3876