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

[Bug] Any method call on a enum gives error: 0x80004005 #101

Open
WhiteBlackGoose opened this issue Sep 1, 2022 · 3 comments
Open

[Bug] Any method call on a enum gives error: 0x80004005 #101

WhiteBlackGoose opened this issue Sep 1, 2022 · 3 comments

Comments

@WhiteBlackGoose
Copy link

Hello. Thanks for this debugger!

Unfortunately, hitting an issue. I tried calling ToString, Equals, GetHashCode but getting strange and not very self-explanatory error.

See the screenshot.

With property

image

With local variable

image

@viewizard
Copy link
Member

Hello,

error: 0x80004005 mean E_FAIL, some general error.

Please note, new evaluation code still in development, it much more powerful than old evaluation, but work still in progress.
I found initial issue you are faced and preparing fix now (will fix ToString(), GetHashCode() and other System.Enum/System.Object related methods calls).

But, we still don't have implicit constructor calls and implicit cast code for args, so, for example Equals() and other methods with args may not work, also varadic and generic methods are not supported for now.

@WhiteBlackGoose
Copy link
Author

Please note, new evaluation code still in development

👀 👀 👀 👀

I'm already amazed that I found an MIT .net debugger that works, but there's much more features planned? Can't wait for it! 😆 . Thanks so much for your work

viewizard added a commit that referenced this issue Sep 2, 2022
@viewizard
Copy link
Member

Partially fixed by 11e22bf

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

No branches or pull requests

2 participants