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

Validate Native AOT experience in native debuggers #83037

Closed
Tracked by #79241
agocke opened this issue Mar 6, 2023 · 2 comments
Closed
Tracked by #79241

Validate Native AOT experience in native debuggers #83037

agocke opened this issue Mar 6, 2023 · 2 comments

Comments

@agocke
Copy link
Member

agocke commented Mar 6, 2023

Since Native AOT uses a native debugging experience, compared to a managed one, a certain number of differences are expected. In particular, it's not expected that debugging AOT will have a managed view of the process and instead things will appear closer to C++ conventions.

However, we should validate that this view is roughly accurate and define expected mappings, e.g. properties -> get_/set_ methods.

@agocke agocke added the Epic Groups multiple user stories. Can be grouped under a theme. label Mar 6, 2023
@agocke agocke added this to the 8.0.0 milestone Mar 6, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Mar 6, 2023
@ghost
Copy link

ghost commented Mar 6, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

Since Native AOT uses a native debugging experience, compared to a managed one, a certain number of differences are expected. In particular, it's not expected that debugging AOT will have a managed view of the process and instead things will appear closer to C++ conventions.

However, we should validate that this view is roughly accurate and define expected mappings, e.g. properties -> get_/set_ methods.

Author: agocke
Assignees: -
Labels:

Epic, untriaged, area-NativeAOT-coreclr

Milestone: 8.0.0

@agocke agocke removed the untriaged New issue has not been triaged by the area owner label Mar 6, 2023
@agocke agocke removed the Epic Groups multiple user stories. Can be grouped under a theme. label Mar 6, 2023
@agocke agocke modified the milestones: 8.0.0, 9.0.0 Jul 25, 2023
@agocke
Copy link
Member Author

agocke commented Aug 5, 2024

We've done some basic debugging here, looks OK. We'll wait for more customer feedback on things to fix.

@agocke agocke closed this as completed Aug 5, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

1 participant