Start a Camel Main application with Textual debug for Camel routes in VS Code with a single launch configuration
, by Aurélien PupierTextual debug for Camel routes allows to set breakpoints at Route definition. The Debug Adapter for Apache Camel VS Code extension latest release 0.1.1 supports JMX connection. It opens the possibility to start a Camel application with Camel textual route debugging activated in a single VS Code launch configuration. I thought it would be a five minutes effort but it was a several hours search to configure a not-yet-perfect solution. I hope that sharing the current state will save you few hours!