You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
agocke
added
the
Epic
Groups multiple user stories. Can be grouped under a theme.
label
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.
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.
The text was updated successfully, but these errors were encountered: