Skip to content

Commit

Permalink
Add missing step into "How to debug server.." in Contributing.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek committed Mar 18, 2024
1 parent 8b5fe5f commit a343f85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a343f85

Please sign in to comment.