[ https://issues.apache.org/jira/browse/CAMEL-21149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17878501#comment-17878501 ]
Aurélien Pupier commented on CAMEL-21149: ----------------------------------------- with _camel.debug.waitForAttach=true_ in application.properties and 4.7.0 and environment variable CAMEL_DEBUGGER_SUSPEND set to true, it is working fine so that's a workaround for 4.7- without _camel.debug.waitForAttach=true_ in application.properties and 4.8.0-SNAPSHOT and environment variable CAMEL_DEBUGGER_SUSPEND set to true , it is working > Camel debugger suspend on start is not working with SpringBoot > -------------------------------------------------------------- > > Key: CAMEL-21149 > URL: https://issues.apache.org/jira/browse/CAMEL-21149 > Project: Camel > Issue Type: Bug > Components: camel-spring-boot > Affects Versions: 4.7.0 > Reporter: Aurélien Pupier > Priority: Minor > Fix For: 4.8.0 > > > When using the the environment variable CAMEL_DEBUGGER_SUSPEND or the system > property org.apache.camel.debugger.suspend to true (see > https://camel.apache.org/manual/debugger.html#_camel_route_debugger_through_jmx > ), the route is awaiting at start but when attach is called, the route stays > blocked. > When setting to false, the route is started and the debug is working fine. -- This message was sent by Atlassian Jira (v8.20.10#820010)