Jacob Hoeflaken
Jacob Hoeflaken
Doesn't seem Vizia specific. With egui I get the same behaviour.  Kind regards. Jacob
Is there any way I can debug the debugger plugin?
@essobedo Thnx. I will take a look. Kind regards. Jacob.
Hi @essobedo , I have found that the problem is within CamelDebugerSession#getBreakpointId. The identified source locations are:  And therefore the XPath to locate the proper line in the route:...
@essobedo Seems to work now. Needed to add the following in application.yaml: ``` camel: springboot: main-run-controller: true source-location-enabled: true spring: jmx: enabled: true ``` The source-location-enabled is false by default.