-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[wasm][debugger] Stepping into hidden function. #61312
[wasm][debugger] Stepping into hidden function. #61312
Conversation
Tagging subscribers to this area: @thaystg Issue Detailsnull
|
Would you mind describing the behavior of a hidden method in a debugger? For example, can you set breakpoints in it? Can you step into it from a visible method that you were already paused at? In the If you are paused on a visible method, but were called from a hidden method, then does that method not show up in the callstack? If it does, then can you inspect its locals? Feel free to point me to a doc, if any, on this. |
@radical that's a good question. For now I added a short description to this PR but I will also prepare it in a form of doc. |
How it works in Console App: