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.