Debug
JVM since2.10.0 Native since3.2.0
Enables Camel Route Debugging
Maven coordinates
Or add the coordinates to your existing project:
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-debug</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.
Additional Camel Quarkus configuration
By default, the debug
extension is automatically enabled in development mode. If you want to leverage debugging capabilities outside of development mode, you must set a configuration property as follows.
quarkus.camel.debug.enabled=true
Configuration property | Type | Default |
---|---|---|
Set whether to enable Camel debugging support. |
|
|
Indicates whether the suspend mode is enabled or not. If |
|
|
Configuration property fixed at build time. All other configuration properties are overridable at runtime.