davsclaus commented on issue #8040:
URL: https://github.com/apache/camel-quarkus/issues/8040#issuecomment-3616016353

   CSB was eager loading routes and this would cause the debugger to not have 
source location when its pre compiled java .class files. So we need to setup 
cli + debugger before loading routes. This is done specially in CSB at:
   
https://github.com/apache/camel-spring-boot/commit/86b9b2778bb0d567eb27e350afd66458453fd39b
   
   Maybe CEQ has a special place as well.
   
   You can see this if you do cli debugging for .java routes and the CLI does 
not show source code.
   


-- 
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]

Reply via email to