Open Bug 1898037 Opened 1 year ago

Notify Debugger API of suspending a stack somehow

Categories

(Core :: JavaScript: WebAssembly, task, P3)

task

Tracking

()

People

(Reporter: rhunt, Unassigned)

References

(Blocks 1 open bug)

Details

The Debugger API needs to know when a call frame has been entered and left. With suspendable stacks, a call frame may be entered and then suspendeded, resumed, and then left. This can lead to code executing in a way that violates stack order. We might need to expand the Debug API and devtools debugger to understand this. Or maybe it will all just work?

You need to log in before you can comment on or make changes to this bug.