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

Planned Upgrades to Debug Info Support #5047

Open
adinn opened this issue Sep 22, 2022 · 4 comments
Open

Planned Upgrades to Debug Info Support #5047

adinn opened this issue Sep 22, 2022 · 4 comments

Comments

@adinn
Copy link
Collaborator

adinn commented Sep 22, 2022

TL;DR

The following tasks are outstanding:

Goals

  • Enable high quality debugging on all supported OSes equivalent to that available on Linux/gdb as far as possible.
  • Enable high quality analysis of code performance and memory usage via Linux tools that employ debug info

Non-Goals

  • Not currently expecting to support debug capabilities beyond those available on Linux/gdb.
@adinn adinn added the feature label Sep 22, 2022
@fniephaus fniephaus added this to To do in Native Image Debugging via automation Sep 22, 2022
@fniephaus fniephaus added this to the Future milestone Sep 22, 2022
@jerboaa
Copy link
Collaborator

jerboaa commented Sep 29, 2022

Implement debug type and local var info generation on Windows

PR for this is here? #3732

@adinn
Copy link
Collaborator Author

adinn commented Sep 29, 2022

Implement debug type and local var info generation on Windows

PR for this is here? #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
Copy link
Contributor

stooke commented Dec 16, 2022

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
Copy link
Member

Debugging support for macOS is potentially coming via #8054.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

4 participants