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

Fix nulls in debug info dictionary #535

Merged
merged 3 commits into from
Jun 20, 2024
Merged

Commits on Jun 20, 2024

  1. Fix nulls in debug info dictionary

    There is a possibility that a frame does not have any debugging information attached to it.
    
    This happens when DebugSymbols is set to "None", and the output is in Release mode. The result is DebugInfo but it does not have a signature or other properties.
    
    This addresses that particular scenario, by null checking the debug info as well as the signature before attempting to create the lookup dictionary.
    xenolightning committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b572fe0 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    xenolightning committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6abaeae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21fa106 View commit details
    Browse the repository at this point in the history