Call stack is empty upon entering a function with an enum #1065
Unanswered
katsifolis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am trying to debug a function in my rust program and i can't seem to understand why the call stack information is empty. I will provide you some screenshots
As you can see by the screenshot my self is not inspectable. The peculiar thing is if I change the signature of the function to taking a u32 for example the call stack is full.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions