-
Bug
-
Resolution: Unresolved
-
Major
-
4.14.GA
-
None
-
False
-
-
False
-
-
-
Section 5.2 does not explain that the tool does not work for maven project based camel routes.
https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.14/html/tooling_guide_for_red_hat_build_of_apache_camel/camel-tooling-guide-debug#using-vscode-debug-adapter-camel-debug
Please add extra explanation about how to use the VSCode debug adapter for maven based project.
- mvn quarkus:dev
- VS Code
- set breakpoint
- open “Run and Debug” view
- select “Attach Camel Debugger” (see extension docs for more debug configuration options - https://camel-tooling.github.io/camel-dap-client-vscode/content/advanced.html)
- Start Debugging - the green play button (or F5)