Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.3.0
-
None
-
Unknown
Description
Running route with 'org.apache.camel.debugger.suspend=true' property is not working for different jbang and --camel-version versions
For example below, the execution will not wait till debugger is attached, which indicates also missing "camel.impl.debugger.BacklogDebugger : A debugger has been attached" message in logs
jbang '-Dcamel.jbang.version=4.3.0' '-Dorg.apache.camel.debugger.suspend=true' camel@apache/camel run 'demo route.camel.yaml' --dev --logging-level=info '--dep=org.apache.camel:camel-debug' --camel-version=4.0.0
Workaround exists:
- export env variable "CAMEL_DEBUGGER_SUSPEND=true"
Attachments
Issue Links
- relates to
-
CAMEL-20426 Camel Jbang execution - custom version precedences
- Resolved