| 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",
|
|
|