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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/module.json

Issue 2696253002: [DevTools] Introduced async step into scheduled function call (Closed)
Patch Set: 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: third_party/WebKit/Source/devtools/front_end/sources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
index ef02497f93c9951fcf1f008e807817be646a19f7..ddca4fe13c3ca852c369e32a2746a452e0c7842b 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -93,6 +93,26 @@
},
{
"type": "@UI.ActionDelegate",
+ "actionId": "debugger.step-into-async",
+ "className": "Sources.SourcesPanel.DebuggingActionDelegate",
+ "title": "Step into scheduled function call",
+ "iconClass": "largeicon-step-in-async",
+ "contextTypes": [
+ "Sources.SourcesPanel"
+ ],
+ "bindings": [
+ {
+ "platform": "windows,linux",
+ "shortcut": "Alt+F11"
+ },
+ {
+ "platform": "mac",
+ "shortcut": "Alt+F11"
+ }
+ ]
+ },
+ {
+ "type": "@UI.ActionDelegate",
"actionId": "debugger.step-out",
"className": "Sources.SourcesPanel.DebuggingActionDelegate",
"title": "Step out of current function",

Powered by Google App Engine
This is Rietveld 408576698