| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 0e0c9f92d0c947894ecaa5f1a103aeaf14e1b7d4..dd629af286901fa6e19ab5df2a511cad0c1dd215 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -3059,10 +3059,7 @@
|
| },
|
| {
|
| "name": "stepOver",
|
| - "parameters": [
|
| - { "name": "callFrameId", "optional": true, "$ref": "CallFrameId", "description": "A frame where the step must be performed." }
|
| - ],
|
| - "description": "Steps over the statement. Moves execution to the next statement in the top call frame or in the specified one."
|
| + "description": "Steps over the statement."
|
| },
|
| {
|
| "name": "stepInto",
|
| @@ -3070,10 +3067,7 @@
|
| },
|
| {
|
| "name": "stepOut",
|
| - "parameters": [
|
| - { "name": "callFrameId", "optional": true, "$ref": "CallFrameId", "description": "A frame where the step must be performed." }
|
| - ],
|
| - "description": "Steps out of the top call frame or the specified one."
|
| + "description": "Steps out of the function call."
|
| },
|
| {
|
| "name": "pause",
|
|
|