How can we help you today? How can we help you today?

Suggestion: Show internal error message if possible

Hello,

Currently, .Net Reflector will show this remarks at the beginning of method if it's not completely decompiled:

// This item is obfuscated and can not be translated.

But we don't know what's the error underground, so it will take some works to find the exact reason. I think the internal error message may be very useful for studying method. Is it possible to show the details error message under the remark line?

For example:

// This item is obfuscated and can not be translated.
// Expression stack is empty at offset L_007E

Regards
Wicky
wickyhu
0

Comments

1 comment

  • Clive Tong
    Hi.

    The expression stack empty exception is really more to do with the way Reflector works than any intrinsic property of the method.

    I'll log the suggestion though.
    Clive Tong
    0

Add comment

Please sign in to leave a comment.