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
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.
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
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
With local variable
The text was updated successfully, but these errors were encountered: