essobedo opened a new pull request, #7991: URL: https://github.com/apache/camel/pull/7991
fixes https://issues.apache.org/jira/browse/CAMEL-18260 ## Motivation While investigating on https://github.com/camel-tooling/camel-idea-plugin/issues/734, I realized that is was actually due to the fact that when a change is made on an exchange, the corresponding backlog tracer event message is not modified such that the change is not reflected in the debugger variables. ## Modifications: * Adds the new method `refreshBacklogTracerEventMessage` to refresh the content of the message when the exchange is modified * Fixes warnings raised by IntelliJ (not related to the issue) ## Result The changes are reflected directly on the `BacklogTracerEventMessage` as we can see in the screenshot below:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
