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

Instruct GraalVM / Mandrel >= 23.0.0 to keep more accurate debug information #30949

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

zakkak
Copy link
Contributor

@zakkak zakkak commented Feb 7, 2023

Instruct GraalVM / Mandrel to keep more accurate debug information about source locations when generating debug info for debugging and monitoring tools. This parameter may break compatibility with Truffle. Affected users should explicitly pass -H:-TrackNodeSourcePosition through quarkus.native.additional-build-args to override it.

Closes: #30772

cc @jerboaa

Instruct GraalVM / Mandrel to keep more accurate debug information about
source locations when generating debug info for debugging and monitoring
tools. This parameter may break compatibility with Truffle.  Affected
users should explicitly pass `-H:-TrackNodeSourcePosition` through
`quarkus.native.additional-build-args` to override it.

Closes: quarkusio#30772
@zakkak zakkak requested review from galderz and geoand February 7, 2023 11:40
@quarkus-bot quarkus-bot bot added the area/core label Feb 7, 2023
Copy link
Contributor

@jerboaa jerboaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@quarkus-bot
Copy link

quarkus-bot bot commented Feb 7, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@geoand geoand merged commit 97ca0fe into quarkusio:main Feb 7, 2023
@quarkus-bot quarkus-bot bot added this to the 3.0 - main milestone Feb 7, 2023
@zakkak zakkak deleted the 2023-02-07-debug-accuracy branch February 7, 2023 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduced accuracy in source positions when debugging native executables with latest GraalVM
3 participants