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

Unified Diff: Source/devtools/protocol.json

Issue 333153003: DevTools: Revert stepping over/out on a call frame backend code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/core/inspector/PageDebuggerAgent.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « Source/core/inspector/PageDebuggerAgent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698