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
When I modify method body, I always get an error:
Error calculating max stack value. If the method's obfuscated.....
I know I make a mistake, but I don't know which method.
So, how can I know which method is wrong and correct my mistake.
The text was updated successfully, but these errors were encountered:
You can search for the error string and set a breakpoint there. You'll see what method it is. Or you can run peverify afterwards, it will show you all errors.
When I modify method body, I always get an error:
Error calculating max stack value. If the method's obfuscated.....
I know I make a mistake, but I don't know which method.
So, how can I know which method is wrong and correct my mistake.
The text was updated successfully, but these errors were encountered: