GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
20.36k
stars
1.63k
forks
source link
Add support for Windows debugging with isolates enabled. #4617
Open
stooke opened 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.