You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/LiveDevelopment/Inspector/Inspector.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3244,7 +3244,7 @@
3244
3244
{ "name": "script", "optional": true, "type": "string", "description": "Regular expression defining the scripts to ignore while stepping." }
3245
3245
],
3246
3246
"hidden": true,
3247
-
"description": "Makes backend skip steps in the sources with names matching given pattern. VM will try leave block-listed scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful."
3247
+
"description": "Makes backend skip steps in the sources with names matching given pattern. VM will try leave blocklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful."
<li><ahref='#Debugger.setVariableValue'>Debugger.setVariableValue</a>: Changes value of variable in a callframe or a closure. Either callframe or function must be specified. Object-based scopes are not supported and must be mutated manually.</li>
387
387
<li><ahref='#Debugger.getStepInPositions'>Debugger.getStepInPositions</a>: Lists all positions where step-in is possible for a current statement in a specified call frame</li>
388
388
<li><ahref='#Debugger.getBacktrace'>Debugger.getBacktrace</a>: Returns call stack including variables changed since VM was paused. VM must be paused.</li>
389
-
<li><ahref='#Debugger.skipStackFrames'>Debugger.skipStackFrames</a>: Makes backend skip steps in the sources with names matching given pattern. VM will try leave block-listed scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.</li>
389
+
<li><ahref='#Debugger.skipStackFrames'>Debugger.skipStackFrames</a>: Makes backend skip steps in the sources with names matching given pattern. VM will try leave blocklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.</li>
390
390
</ul>
391
391
<spanclass='label label-info'>Event</span>
392
392
<ul>
@@ -3883,7 +3883,7 @@ <h1>Debugger</h1>
3883
3883
<li><ahref='#Debugger.setVariableValue'>Debugger.setVariableValue</a>: Changes value of variable in a callframe or a closure. Either callframe or function must be specified. Object-based scopes are not supported and must be mutated manually.</li>
3884
3884
<li><ahref='#Debugger.getStepInPositions'>Debugger.getStepInPositions</a>: Lists all positions where step-in is possible for a current statement in a specified call frame</li>
3885
3885
<li><ahref='#Debugger.getBacktrace'>Debugger.getBacktrace</a>: Returns call stack including variables changed since VM was paused. VM must be paused.</li>
3886
-
<li><ahref='#Debugger.skipStackFrames'>Debugger.skipStackFrames</a>: Makes backend skip steps in the sources with names matching given pattern. VM will try leave block-listed scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.</li>
3886
+
<li><ahref='#Debugger.skipStackFrames'>Debugger.skipStackFrames</a>: Makes backend skip steps in the sources with names matching given pattern. VM will try leave blocklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.</li>
<p>Makes backend skip steps in the sources with names matching given pattern. VM will try leave block-listed scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.</p>
4456
+
<p>Makes backend skip steps in the sources with names matching given pattern. VM will try leave blocklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.</p>
4457
4457
<dl>
4458
4458
<dt>script (optional)</dt>
4459
4459
<dd>String <spanclass='text'>Regular expression defining the scripts to ignore while stepping.</span></dd>
0 commit comments