Skip to content

Commit

Permalink
FUSETOOLS2-2516 - Provide workaround in doc to use Camel debugger with
Browse files Browse the repository at this point in the history
Camel 4.9

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Jan 14, 2025
1 parent 817cde5 commit 14ce3be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,11 @@ This extension adds <a href="https://camel.apache.org/manual/debugger.html">Came
### Advanced

- See [Advanced Configurations](./content/advanced.md) page with configurations examples for advanced use cases.

### Known limitations

#### With Camel 4.9

Due to [CAMEL-21612](https://issues.apache.org/jira/browse/CAMEL-21612], the Camel debugger in VS Code is not working out of the box. To use the Camel debugger if you are not using any kamelets, you can workaround it by going to File -> Preferences -> Settings, then type `Extra launch parameter` and remove the `--local-kamelet-dir=.` default option.

Note that you will have also to change the settings of Camel JBang to use 4.9, File -> Preferences -> Settings -> Camel -> Debug Adapter -> JBang version.

0 comments on commit 14ce3be

Please sign in to comment.