Jacob Hoeflaken

Results 5 comments of Jacob Hoeflaken

Doesn't seem Vizia specific. With egui I get the same behaviour. ![image](https://github.com/user-attachments/assets/28deabd5-2cbb-4587-85ed-7fd1565be3fe) 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: ![image](https://github.com/camel-tooling/camel-idea-plugin/assets/4974361/fabc8d06-afa3-4b8f-9e08-65192d4d1490) 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.