Uh oh!
There was an error while loading. Please reload this page.
[wasm][debugger] Stepping into hidden function. - #61312
Conversation
ghost
commented
Nov 8, 2021
Tagging subscribers to this area: @thaystg Issue Detailsnull
|
Uh oh!
There was an error while loading. Please reload this page.
radical
commented
Nov 22, 2021
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. |
ilonatommy
commented
Nov 23, 2021
@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: