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
I agree they should implement Debug although I'm not sure how useful we can make the output -- in particular I'm trying to figure out whether it's dangerous to actually touch the JS VM at all. If we can't, then we'd only be able to say some very generic (and not super useful) information like struct Arguments {}.
It would help a lot in learning neon if I could type:
Types referenced:
neon::vm::Arguments
neon::vm::Call
I'm sure there are a few more types that need
Debug
as well. I'll try to update this list as I find them.The text was updated successfully, but these errors were encountered: