oracle / graal

GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
https://www.graalvm.org
Other
20.36k stars 1.63k forks source link

Add support for Windows debugging with isolates enabled. #4617

Open stooke opened 2 years ago

stooke commented 2 years ago

Feature request

The Windows debugging feature does not work well when isolates are enabled, due to lack of expressiveness in CodeView debug format.

Ideally there should be a way to make this work properly, either through Graal runtime support, or enhanced CodeVIew support.

Users of Graal will benefit from enhanced debug support in Windows without having to disable isolate support when deploying applications.

Once the current Windows support is feature complete, I could consider looking into this.

oubidar-Abderrahim commented 2 years ago

Hi, Thank you for your suggestion, we will take a look into it and get back to you