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

Fixes for il2cpp debugger running with Visual Studio for Mac: #823

Merged
1 commit merged into from
Jan 29, 2018

Commits on Jan 25, 2018

  1. Fixes for il2cpp debugger running with Visual Studio for Mac:

    * Returning an empty "list" of custom attributes for types, fields,
    properties, and methods instead of a not-implemented error.
    * Updating debugger ASSEMBLY_GET_NAME command to use Il2Cpp code for
    generating the fully qualified name with public key tokens.  The Mono
    code generates invalid strings for the token with the Il2Cpp assembly
    name data, which will cause the VSfM debug client to disconnect.
    Brian Raderman committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    95ab5eb View commit details
    Browse the repository at this point in the history