Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1683)

Unified Diff: src/inspector/js_protocol.json

Issue 2723273002: [inspector] introduced Debugger.scheduleStepIntoAsync (Closed)
Patch Set: fixed Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/inspector/js_protocol.json
diff --git a/src/inspector/js_protocol.json b/src/inspector/js_protocol.json
index da5074082662c94a510beba6b968e5fc276ef7a1..459d8d1c495c99ffe189b2290ea11f322d2875d4 100644
--- a/src/inspector/js_protocol.json
+++ b/src/inspector/js_protocol.json
@@ -578,6 +578,11 @@
"description": "Stops on the next JavaScript statement."
},
{
+ "name": "scheduleStepIntoAsync",
+ "description": "Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task was executed or another scheduleStepIntoAsync was called.",
dgozman 2017/03/03 19:47:06 ... if no tasks were scheduled ...
kozy 2017/03/03 23:14:02 Done.
+ "experimental": true
+ },
+ {
"name": "resume",
"description": "Resumes JavaScript execution."
},

Powered by Google App Engine
This is Rietveld 408576698