Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.7.0
-
None
-
Unknown
Description
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.