oracle / graal

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

Planned Upgrades to Debug Info Support #5047

Open adinn opened 1 year ago

adinn commented 1 year ago

TL;DR

The following tasks are outstanding:

Goals

Non-Goals

jerboaa commented 1 year ago

Implement debug type and local var info generation on Windows

PR for this is here? https://github.com/oracle/graal/pull/3732/

adinn commented 1 year ago

Implement debug type and local var info generation on Windows

PR for this is here? https://github.com/oracle/graal/pull/3732

Yes, I believe that PR includes all that was planned by way of functionality. It will probably also need some doc updates.

  • Improve Linux debug info support for Linux tools (perf and valgrind)

n.b. The PR which completes this task is #4950

stooke commented 1 year ago

Implement debug type and local var info generation on Windows

PR for this is here? #3732

3732 does not include local var support. That's coming up next.

fniephaus commented 6 months ago

Debugging support for macOS is potentially coming via #8054.