Description[inspector] introduced Debugger.scheduleStepIntoAsync
This method could be called on pause and will do stepInto next scheduled callback if any will happen until next break.
First implementation support only callbacks chained by Promise.prototype.then.
BUG=chromium:432469
R=yangguo@chromium.org,dgozman@chromium.org
Review-Url: https://codereview.chromium.org/2723273002
Cr-Commit-Position: refs/heads/master@{#43616}
Committed: https://chromium.googlesource.com/v8/v8/+/47276d3db3dab6b4f1dd2ddb8b8088ccc0d0673e
Patch Set 1 #Patch Set 2 : better method description #Patch Set 3 : override current scheduled step into async if presented #
Total comments: 16
Patch Set 4 : addressed comments #Patch Set 5 : fixed #
Total comments: 18
Patch Set 6 : addressed comments #Patch Set 7 : fixed tests #
Messages
Total messages: 21 (12 generated)
|