New release of VS Code Debug Adapter for Apache Camel 0.3.0

, by

Textual debug for Camel routes allows to set breakpoints at Route definition. The new release of VS Code Debug Adapter for Apache Camel 0.3.0 improves guidance to start the debug session and provide support for conditional breakpoint. Guidance to start the debug session improvements Codelens and contextual menu In previous release, the command Start camel Application with JBang and debug was provided in the command palette. This command is now also available closer in the User UI.

Continue reading ❯

TOOLINGRELEASES

How to start a Camel Quarkus application with Textual debug for Camel routes in VS Code with a single launch configuration

, by

Textual debug for Camel routes allows to set breakpoints at Route definition. I previously blogged how to use Camel Route textual debugger targeting Camel Main or Camel JBang. In this blogpost, I will describe the process for a Camel Quarkus application. I’m using VS Code as example but similar pattern is possible in other IDEs. Please note that it is working only with Quarkus in JVM mode and not Native mode.

Continue reading ❯

TOOLING