Description[debugger] step-next across yield should not leave the generator.
Stepping in a generator now behaves similar to stepping inside an
async function. Stepping in or next at a yield expression will result in
a break inside the same generator when we return to the generator.
Behavior of step-out does not change.
R=jgruber@chromium.org, neis@chromium.org
BUG=chromium:496865
Committed: https://crrev.com/416e423fdbf36f65961d36d29e18369b88fe042a
Cr-Commit-Position: refs/heads/master@{#41132}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|