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

Unified Diff: src/inspector/js_protocol.json

Issue 2723273002: [inspector] introduced Debugger.scheduleStepIntoAsync (Closed)
Patch Set: override current scheduled step into async if presented 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 2c410c398d024950ded2d6f0bf5cad04c0467612..9a3c12049920bbefd4138add8c7e084ac18e642c 100644
--- a/src/inspector/js_protocol.json
+++ b/src/inspector/js_protocol.json
@@ -576,6 +576,11 @@
"description": "Stops on the next JavaScript statement."
},
{
+ "name": "scheduleStepIntoAsync",
+ "description": "Steps into next scheduled async task if any is scheduled before next pause.",
dgozman 2017/03/01 23:03:57 Let's describe when this one returns.
kozy 2017/03/02 00:53:03 Done.
+ "experimental": true
+ },
+ {
"name": "resume",
"description": "Resumes JavaScript execution."
},

Powered by Google App Engine
This is Rietveld 408576698