Hi Eric, thanks for pointing out the still missing error stack trace frames on the issue, I completely missed it. PTAL.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
isolate->factory()->promise_handled_by_symbol();CaptureAsyncStackTrace is supposed to work if no debugger is attached, but this symbol is only set when one is attached, so it shouldn't be relied on. Also the test shows none of the async wasm callframes. (Compare expected to crrev.com/c/5594088) Is it still possible to walk the suspended wasm stack?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |