From a343f851f66ea2d477bf380a1e8d5fc7953b8a6c Mon Sep 17 00:00:00 2001 From: Dominik Jelinek Date: Thu, 14 Mar 2024 15:27:39 +0100 Subject: [PATCH] Add missing step into "How to debug server.." in Contributing.md Signed-off-by: Dominik Jelinek --- Contributing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Contributing.md b/Contributing.md index f57189c..a67c310 100644 --- a/Contributing.md +++ b/Contributing.md @@ -32,6 +32,12 @@ To test with the Client integration of Eclipse IDE: } ``` - Click `Debug` +- Connect Remote Java Application to debug Camel DAP server project + - Create a `Remote Java Application` configuration + - In `project` field, set `camel-dap-server` + - In `port` field, set `3000` + - Select `Allow termination of remote VM` + - Click `Debug` - You can now set breakpoints in textual Camel route definition and Camel Debug Adapter project # How to release