Skip to content
Discussion options

You must be logged in to vote

Hello @SetoKaiba,

What does it do actually?

That depends on the Quarkus and Mandrel/GraalVM version.

To see what actually happens follow the io.quarkus.deployment.pkg.NativeConfig.Debug#enabled references in the source code, e.g.:

if (nativeConfig.debug().enabled() && graalVMVersion.compareTo(GraalVM.Version.VERSION_23_0_0) >= 0) {
/*
* Instruct GraalVM / Mandrel to keep more accurate information about source locations when generating
* debug info for debugging and monitoring tools. This parameter may break compatibility with Truffle.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zakkak
Comment options

zakkak Dec 5, 2023
Collaborator

Answer selected by SetoKaiba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants