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
Corrently the sourcemapping decompilers will use default settings, meaning that eg. compiler-generated classes will not be shown.
A solution would be to simply import IDecompilerService and get the real decompiler instances from there, but it doesn't seem to be created yet when decompilers are instantiated.
The text was updated successfully, but these errors were encountered:
Corrently the sourcemapping decompilers will use default settings, meaning that eg. compiler-generated classes will not be shown.
A solution would be to simply import
IDecompilerService
and get the real decompiler instances from there, but it doesn't seem to be created yet when decompilers are instantiated.The text was updated successfully, but these errors were encountered: