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
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.
0 commit comments