Debug Adapter for Apache Camel by Red Hat

Logo

This is the client implementation of the Debug Adapter Server for Apache Camel for Visual Studio Code

View the Project on GitHub camel-tooling/camel-dap-client-vscode

Introduction

Welcome to the VS Code extension Debug Adapter for Apache Camel project created by Red Hat! Here you’ll find a description of how to use VS Code extension providing Debug Adapter for Apache Camel.

Description

This extension adds Camel Debugger power by attaching to a running Camel route written in Java, Yaml or XML DSL directly in your Visual Studio Code editor. It is working as a client using the Microsoft Debug Adapter Protocol which communicates with Camel Debug Server providing all functionalities.

How to install

  1. You can download Debug Adapter for Apache Camel extension from the VS Code Extension Marketplace and the Open VSX Registry.
  2. Debug Adapter for Apache Camel can be also installed directly in the Microsoft VS Code.

    Steps

    • Open your VS Code.
    • In VS Code, select View > Extensions.
    • In the search bar, type Camel Debug
    • Select the Debug Adapter for Apache Camel option and then click Install.

Features

Advanced