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

Conversation

ghost
Copy link

@ghost ghost commented Jan 25, 2018

  • 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.

* 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.
@ghost ghost requested review from joshpeterson and joncham January 25, 2018 18:53
@ghost ghost merged commit 454c8f0 into unity-master Jan 29, 2018
@ghost ghost deleted the il2cpp-debugger-vs-for-mac-fixes branch January 29, 2018 16:06
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant