Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ref #930: camel-debugger - Allow to find the source file by file name #931

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

essobedo
Copy link
Contributor

@essobedo essobedo commented Oct 9, 2023

fixes #930

Motivation

When using the Camel Quarkus, the Camel Debugger doesn't work because he cannot retrieve the source file corresponding to the breakpoints known by Camel.

Modifications

  • Add the file name as a potential location known by Camel
  • Avoid calling compile in the case of Quarkus as it could prevent the automatic addition of the Camel Debugger from working properly
  • Set the environment variable CAMEL_MAIN_DEBUGGING required by Camel Quarkus to enable the camel-debug extension

@essobedo essobedo merged commit 203bebc into main Oct 9, 2023
9 checks passed
@essobedo essobedo deleted the 930/fix-camel-eip-id-not-found branch October 9, 2023 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Camel EIP ID not found with Camel Quarkus
2 participants