2624 строки
38 KiB
HTML
2624 строки
38 KiB
HTML
{{+bindTo:partials.standard_devtools_article}}
|
|
<h1>tot: Debugger</h1>
|
|
<div>
|
|
<!-- TABLE OF CONTENTS -->
|
|
<div id="toc">
|
|
<div class="collapsible">
|
|
<h2>Contents</h2>
|
|
<ol>
|
|
|
|
<li>
|
|
<a href='#commands'">Commands</a>
|
|
<ol>
|
|
|
|
<li>
|
|
<a href="#command-canSetScriptSource" href="#command-anchor">canSetScriptSource</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-continueToLocation" href="#command-anchor">continueToLocation</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-disable" href="#command-anchor">disable</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-enable" href="#command-anchor">enable</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-evaluateOnCallFrame" href="#command-anchor">evaluateOnCallFrame</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-getScriptSource" href="#command-anchor">getScriptSource</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-pause" href="#command-anchor">pause</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-removeBreakpoint" href="#command-anchor">removeBreakpoint</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-resume" href="#command-anchor">resume</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-searchInContent" href="#command-anchor">searchInContent</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-setBreakpoint" href="#command-anchor">setBreakpoint</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-setBreakpointByUrl" href="#command-anchor">setBreakpointByUrl</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-setBreakpointsActive" href="#command-anchor">setBreakpointsActive</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-setPauseOnExceptions" href="#command-anchor">setPauseOnExceptions</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-setScriptSource" href="#command-anchor">setScriptSource</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-stepInto" href="#command-anchor">stepInto</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-stepOut" href="#command-anchor">stepOut</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#command-stepOver" href="#command-anchor">stepOver</a>
|
|
</li>
|
|
|
|
</ol>
|
|
</li>
|
|
|
|
|
|
<li>
|
|
<a href='#events'">Notifications</a>
|
|
<ol>
|
|
|
|
<li>
|
|
<a href="#event-breakpointResolved" href="#command-anchor">breakpointResolved</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#event-globalObjectCleared" href="#command-anchor">globalObjectCleared</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#event-paused" href="#command-anchor">paused</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#event-resumed" href="#command-anchor">resumed</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#event-scriptFailedToParse" href="#command-anchor">scriptFailedToParse</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#event-scriptParsed" href="#command-anchor">scriptParsed</a>
|
|
</li>
|
|
|
|
</ol>
|
|
</li>
|
|
</li>
|
|
|
|
|
|
<li>
|
|
<a href="#types">Types</a>
|
|
<ol>
|
|
|
|
<li>
|
|
<a href="#type-BreakpointId">BreakpointId</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#type-CallFrame">CallFrame</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#type-CallFrameId">CallFrameId</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#type-Location">Location</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#type-Scope">Scope</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#type-ScriptId">ScriptId</a>
|
|
</li>
|
|
|
|
</ol>
|
|
</li>
|
|
|
|
</ol>
|
|
</div><!-- /TABLE OF CONTENTS -->
|
|
<!-- API PAGE -->
|
|
<div>
|
|
|
|
<p>Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.</p>
|
|
|
|
<!-- COMMANDS -->
|
|
|
|
<div class="protocol-group">
|
|
<a name="commands"></a>
|
|
<h3>Commands</h3>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-canSetScriptSource"></a>
|
|
<h4>Debugger.canSetScriptSource</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.canSetScriptSource"
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>,<br>
|
|
|
|
"result": {<br>
|
|
|
|
"<span class="specific">result</span>": <boolean><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Always returns true.</p>
|
|
|
|
|
|
|
|
<!-- RETURNS -->
|
|
<h4>Returns</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
result
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
boolean
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
True if <code>setScriptSource</code> is supported.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-continueToLocation"></a>
|
|
<h4>Debugger.continueToLocation</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.continueToLocation",<br>
|
|
|
|
"params": {<br>
|
|
|
|
"<span class="specific">location</span>": <<a href="#type-Location">Location</a>><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Continues execution until specific location is reached.</p>
|
|
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
location
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-Location">Location</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Location to continue to.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-disable"></a>
|
|
<h4>Debugger.disable</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.disable"
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Disables debugger for given page.</p>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-enable"></a>
|
|
<h4>Debugger.enable</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.enable"
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.</p>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-evaluateOnCallFrame"></a>
|
|
<h4>Debugger.evaluateOnCallFrame</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.evaluateOnCallFrame",<br>
|
|
|
|
"params": {<br>
|
|
|
|
"<span class="specific">callFrameId</span>": <<a href="#type-CallFrameId">CallFrameId</a>>,<br>
|
|
|
|
"<span class="specific">expression</span>": <string>,<br>
|
|
|
|
"<span class="specific">objectGroup</span>": <string>,<br>
|
|
|
|
"<span class="specific">returnByValue</span>": <boolean><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>,<br>
|
|
|
|
"result": {<br>
|
|
|
|
"<span class="specific">result</span>": <<a href="runtime.html#type-RemoteObject">Runtime.RemoteObject</a>>,<br>
|
|
|
|
"<span class="specific">wasThrown</span>": <boolean><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Evaluates expression on a given call frame.</p>
|
|
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
callFrameId
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-CallFrameId">CallFrameId</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Call frame identifier to evaluate on.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
expression
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Expression to evaluate.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
objectGroup
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
String object group name to put result into (allows rapid releasing resulting object handles using <code>releaseObjectGroup</code>).
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
returnByValue
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
boolean
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Whether the result is expected to be a JSON object that should be sent by value.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<!-- RETURNS -->
|
|
<h4>Returns</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
result
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="runtime.html#type-RemoteObject">Runtime.RemoteObject</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Object wrapper for the evaluation result.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
wasThrown
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
boolean
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
True if the result was thrown during the evaluation.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-getScriptSource"></a>
|
|
<h4>Debugger.getScriptSource</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.getScriptSource",<br>
|
|
|
|
"params": {<br>
|
|
|
|
"<span class="specific">scriptId</span>": <<a href="#type-ScriptId">ScriptId</a>><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>,<br>
|
|
|
|
"result": {<br>
|
|
|
|
"<span class="specific">scriptSource</span>": <string><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Returns source for the script with given id.</p>
|
|
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
scriptId
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-ScriptId">ScriptId</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Id of the script to get source for.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<!-- RETURNS -->
|
|
<h4>Returns</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
scriptSource
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Script source.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-pause"></a>
|
|
<h4>Debugger.pause</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.pause"
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Stops on the next JavaScript statement.</p>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-removeBreakpoint"></a>
|
|
<h4>Debugger.removeBreakpoint</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.removeBreakpoint",<br>
|
|
|
|
"params": {<br>
|
|
|
|
"<span class="specific">breakpointId</span>": <<a href="#type-BreakpointId">BreakpointId</a>><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Removes JavaScript breakpoint.</p>
|
|
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
breakpointId
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-BreakpointId">BreakpointId</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-resume"></a>
|
|
<h4>Debugger.resume</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.resume"
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Resumes JavaScript execution.</p>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-searchInContent"></a>
|
|
<h4>Debugger.searchInContent</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.searchInContent",<br>
|
|
|
|
"params": {<br>
|
|
|
|
"<span class="specific">scriptId</span>": <<a href="#type-ScriptId">ScriptId</a>>,<br>
|
|
|
|
"<span class="specific">query</span>": <string>,<br>
|
|
|
|
"<span class="specific">caseSensitive</span>": <boolean>,<br>
|
|
|
|
"<span class="specific">isRegex</span>": <boolean><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>,<br>
|
|
|
|
"result": {<br>
|
|
|
|
"<span class="specific">result</span>": <array of <a href="page.html#type-SearchMatch">Page.SearchMatch</a>><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Searches for given string in script content.</p>
|
|
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
scriptId
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-ScriptId">ScriptId</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Id of the script to search in.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
query
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
String to search for.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
caseSensitive
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
boolean
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
If true, search is case sensitive.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
isRegex
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
boolean
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
If true, treats string parameter as regex.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<!-- RETURNS -->
|
|
<h4>Returns</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
result
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
array of <a href="page.html#type-SearchMatch">Page.SearchMatch</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
List of search matches.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-setBreakpoint"></a>
|
|
<h4>Debugger.setBreakpoint</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.setBreakpoint",<br>
|
|
|
|
"params": {<br>
|
|
|
|
"<span class="specific">location</span>": <<a href="#type-Location">Location</a>>,<br>
|
|
|
|
"<span class="specific">condition</span>": <string><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>,<br>
|
|
|
|
"result": {<br>
|
|
|
|
"<span class="specific">breakpointId</span>": <<a href="#type-BreakpointId">BreakpointId</a>>,<br>
|
|
|
|
"<span class="specific">actualLocation</span>": <<a href="#type-Location">Location</a>><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Sets JavaScript breakpoint at a given location.</p>
|
|
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
location
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-Location">Location</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Location to set breakpoint in.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
condition
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<!-- RETURNS -->
|
|
<h4>Returns</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
breakpointId
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-BreakpointId">BreakpointId</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Id of the created breakpoint for further reference.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
actualLocation
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-Location">Location</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Location this breakpoint resolved into.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-setBreakpointByUrl"></a>
|
|
<h4>Debugger.setBreakpointByUrl</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.setBreakpointByUrl",<br>
|
|
|
|
"params": {<br>
|
|
|
|
"<span class="specific">lineNumber</span>": <integer>,<br>
|
|
|
|
"<span class="specific">url</span>": <string>,<br>
|
|
|
|
"<span class="specific">urlRegex</span>": <string>,<br>
|
|
|
|
"<span class="specific">columnNumber</span>": <integer>,<br>
|
|
|
|
"<span class="specific">condition</span>": <string><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>,<br>
|
|
|
|
"result": {<br>
|
|
|
|
"<span class="specific">breakpointId</span>": <<a href="#type-BreakpointId">BreakpointId</a>>,<br>
|
|
|
|
"<span class="specific">locations</span>": <array of <a href="#type-Location">Location</a>><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads.</p>
|
|
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
lineNumber
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
integer
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Line number to set breakpoint at.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
url
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
URL of the resources to set breakpoint on.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
urlRegex
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Regex pattern for the URLs of the resources to set breakpoints on. Either <code>url</code> or <code>urlRegex</code> must be specified.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
columnNumber
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
integer
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Offset in the line to set breakpoint at.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
condition
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<!-- RETURNS -->
|
|
<h4>Returns</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
breakpointId
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-BreakpointId">BreakpointId</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Id of the created breakpoint for further reference.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
locations
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
array of <a href="#type-Location">Location</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
List of the locations this breakpoint resolved into upon addition.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-setBreakpointsActive"></a>
|
|
<h4>Debugger.setBreakpointsActive</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.setBreakpointsActive",<br>
|
|
|
|
"params": {<br>
|
|
|
|
"<span class="specific">active</span>": <boolean><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Activates / deactivates all breakpoints on the page.</p>
|
|
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
active
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
boolean
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
New value for breakpoints active state.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-setPauseOnExceptions"></a>
|
|
<h4>Debugger.setPauseOnExceptions</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.setPauseOnExceptions",<br>
|
|
|
|
"params": {<br>
|
|
|
|
"<span class="specific">state</span>": <string><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is <code>none</code>.</p>
|
|
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
state
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
<span>enumerated</span>
|
|
string
|
|
|
|
[
|
|
|
|
"all"
|
|
,
|
|
|
|
"none"
|
|
,
|
|
|
|
"uncaught"
|
|
|
|
|
|
]
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Pause on exceptions mode.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-setScriptSource"></a>
|
|
<h4>Debugger.setScriptSource</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.setScriptSource",<br>
|
|
|
|
"params": {<br>
|
|
|
|
"<span class="specific">scriptId</span>": <<a href="#type-ScriptId">ScriptId</a>>,<br>
|
|
|
|
"<span class="specific">scriptSource</span>": <string><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>,<br>
|
|
|
|
"result": {<br>
|
|
|
|
"<span class="specific">callFrames</span>": <array of <a href="#type-CallFrame">CallFrame</a>><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Edits JavaScript source live.</p>
|
|
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
scriptId
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-ScriptId">ScriptId</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Id of the script to edit.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
scriptSource
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
New content of the script.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<!-- RETURNS -->
|
|
<h4>Returns</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
callFrames
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
array of <a href="#type-CallFrame">CallFrame</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
New stack trace in case editing has happened while VM was stopped.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-stepInto"></a>
|
|
<h4>Debugger.stepInto</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.stepInto"
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Steps into the function call.</p>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-stepOut"></a>
|
|
<h4>Debugger.stepOut</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.stepOut"
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Steps out of the function call.</p>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="command-stepOver"></a>
|
|
<h4>Debugger.stepOver</h4>
|
|
<div class="summary">
|
|
<!-- REQUEST -->
|
|
request: {<br>
|
|
"id": <number>,<br>
|
|
"method": "Debugger.stepOver"
|
|
|
|
<div>}</div>
|
|
<!-- RESPONSE -->
|
|
response: {<br>
|
|
"id": <number>,<br>
|
|
"error": <object>
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
|
|
<p>Steps over the statement.</p>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<!-- for commands -->
|
|
</div>
|
|
<!-- if commands -->
|
|
<!-- EVENTS -->
|
|
|
|
<div class="protocol-group">
|
|
<a name="events"></a>
|
|
<h3>Notifications</h3>
|
|
|
|
<div class="protocol-item">
|
|
<a name="event-breakpointResolved"></a>
|
|
<h4>Debugger.breakpointResolved</h4>
|
|
<div class="summary">
|
|
{<br>
|
|
"method": "Debugger.breakpointResolved",<br>
|
|
|
|
"params": {<br>
|
|
|
|
<span class="specific">"breakpointId"</span>: <<a href="#type-BreakpointId">BreakpointId</a>>,<br>
|
|
|
|
<span class="specific">"location"</span>: <<a href="#type-Location">Location</a>><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
<p>Fired when breakpoint is resolved to an actual script and location.</p>
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
breakpointId
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-BreakpointId">BreakpointId</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Breakpoint unique identifier.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
location
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-Location">Location</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Actual breakpoint location.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="event-globalObjectCleared"></a>
|
|
<h4>Debugger.globalObjectCleared</h4>
|
|
<div class="summary">
|
|
{<br>
|
|
"method": "Debugger.globalObjectCleared"
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
<p>Called when global has been cleared and debugger client should reset its state. Happens upon navigation or reload.</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="event-paused"></a>
|
|
<h4>Debugger.paused</h4>
|
|
<div class="summary">
|
|
{<br>
|
|
"method": "Debugger.paused",<br>
|
|
|
|
"params": {<br>
|
|
|
|
<span class="specific">"callFrames"</span>: <array of <a href="#type-CallFrame">CallFrame</a>>,<br>
|
|
|
|
<span class="specific">"reason"</span>: <string>,<br>
|
|
|
|
<span class="specific">"data"</span>: <object><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
<p>Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.</p>
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
callFrames
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
array of <a href="#type-CallFrame">CallFrame</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Call stack the virtual machine stopped on.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
reason
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
<span>enumerated</span>
|
|
string
|
|
|
|
[
|
|
|
|
"CSPViolation"
|
|
,
|
|
|
|
"DOM"
|
|
,
|
|
|
|
"EventListener"
|
|
,
|
|
|
|
"XHR"
|
|
,
|
|
|
|
"assert"
|
|
,
|
|
|
|
"debugCommand"
|
|
,
|
|
|
|
"exception"
|
|
,
|
|
|
|
"other"
|
|
|
|
|
|
]
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Pause reason.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
data
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
object
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Object containing break-specific auxiliary properties.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="event-resumed"></a>
|
|
<h4>Debugger.resumed</h4>
|
|
<div class="summary">
|
|
{<br>
|
|
"method": "Debugger.resumed"
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
<p>Fired when the virtual machine resumed execution.</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="event-scriptFailedToParse"></a>
|
|
<h4>Debugger.scriptFailedToParse</h4>
|
|
<div class="summary">
|
|
{<br>
|
|
"method": "Debugger.scriptFailedToParse",<br>
|
|
|
|
"params": {<br>
|
|
|
|
<span class="specific">"url"</span>: <string>,<br>
|
|
|
|
<span class="specific">"scriptSource"</span>: <string>,<br>
|
|
|
|
<span class="specific">"startLine"</span>: <integer>,<br>
|
|
|
|
<span class="specific">"errorLine"</span>: <integer>,<br>
|
|
|
|
<span class="specific">"errorMessage"</span>: <string><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
<p>Fired when virtual machine fails to parse the script.</p>
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
url
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
URL of the script that failed to parse.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
scriptSource
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Source text of the script that failed to parse.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
startLine
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
integer
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Line offset of the script within the resource.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
errorLine
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
integer
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Line with error.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
errorMessage
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Parse error message.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="event-scriptParsed"></a>
|
|
<h4>Debugger.scriptParsed</h4>
|
|
<div class="summary">
|
|
{<br>
|
|
"method": "Debugger.scriptParsed",<br>
|
|
|
|
"params": {<br>
|
|
|
|
<span class="specific">"scriptId"</span>: <<a href="#type-ScriptId">ScriptId</a>>,<br>
|
|
|
|
<span class="specific">"url"</span>: <string>,<br>
|
|
|
|
<span class="specific">"startLine"</span>: <integer>,<br>
|
|
|
|
<span class="specific">"startColumn"</span>: <integer>,<br>
|
|
|
|
<span class="specific">"endLine"</span>: <integer>,<br>
|
|
|
|
<span class="specific">"endColumn"</span>: <integer>,<br>
|
|
|
|
<span class="specific">"isContentScript"</span>: <boolean>,<br>
|
|
|
|
<span class="specific">"sourceMapURL"</span>: <string><br>
|
|
|
|
}
|
|
|
|
<div>}</div>
|
|
</div>
|
|
<div class="description">
|
|
<p>Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.</p>
|
|
|
|
<!-- PARAMETERS -->
|
|
<h4>Parameters</h4>
|
|
<div class="parameters">
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
scriptId
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-ScriptId">ScriptId</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Identifier of the script parsed.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
url
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
URL or name of the script parsed (if any).
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
startLine
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
integer
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Line offset of the script within the resource with given URL (for script tags).
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
startColumn
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
integer
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Column offset of the script within the resource with given URL.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
endLine
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
integer
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Last line of the script.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
endColumn
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
integer
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Length of the last line of the script.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
isContentScript
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
boolean
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Determines whether this script is a user extension script.
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
<div><span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
sourceMapURL
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
URL of source map associated with script (if any).
|
|
|
|
</div>
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- for events -->
|
|
</div>
|
|
<!-- if events -->
|
|
<!-- TYPES -->
|
|
|
|
<a name="types" id="types"></a>
|
|
<h3 id="types">Types</h3>
|
|
|
|
<div class="protocol-item">
|
|
<a name="type-BreakpointId"></a>
|
|
<h4>BreakpointId: <var>string</var></h4>
|
|
|
|
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="type-CallFrame"></a>
|
|
<h4>CallFrame: <var>object</var></h4>
|
|
|
|
|
|
<div class="property">
|
|
<span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
callFrameId
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-CallFrameId">CallFrameId</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Call frame identifier. This identifier is only valid while the virtual machine is paused.
|
|
|
|
</div>
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div class="property">
|
|
<span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
functionName
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
string
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Name of the JavaScript function called on this call frame.
|
|
|
|
</div>
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div class="property">
|
|
<span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
location
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-Location">Location</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Location in the source code.
|
|
|
|
</div>
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div class="property">
|
|
<span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
scopeChain
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
array of <a href="#type-Scope">Scope</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Scope chain for this call frame.
|
|
|
|
</div>
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div class="property">
|
|
<span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
this
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="runtime.html#type-RemoteObject">Runtime.RemoteObject</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
<code>this</code> object for this call frame.
|
|
|
|
</div>
|
|
</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="type-CallFrameId"></a>
|
|
<h4>CallFrameId: <var>string</var></h4>
|
|
|
|
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="type-Location"></a>
|
|
<h4>Location: <var>object</var></h4>
|
|
|
|
|
|
<div class="property">
|
|
<span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
columnNumber
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
<span class="optional">optional</span>
|
|
|
|
integer
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Column number in the script (0-based).
|
|
|
|
</div>
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div class="property">
|
|
<span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
lineNumber
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
integer
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Line number in the script (0-based).
|
|
|
|
</div>
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div class="property">
|
|
<span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
scriptId
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="#type-ScriptId">ScriptId</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Script identifier as reported in the <code>Debugger.scriptParsed</code>.
|
|
|
|
</div>
|
|
</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="type-Scope"></a>
|
|
<h4>Scope: <var>object</var></h4>
|
|
|
|
|
|
<div class="property">
|
|
<span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
object
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
|
|
<a href="runtime.html#type-RemoteObject">Runtime.RemoteObject</a>
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Object representing the scope. For <code>global</code> and <code>with</code> scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.
|
|
|
|
</div>
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div class="property">
|
|
<span class="value">
|
|
<strong>
|
|
<var>
|
|
|
|
type
|
|
|
|
<!-- TYPE -->
|
|
<div style="display:inline">
|
|
(
|
|
|
|
<span>enumerated</span>
|
|
string
|
|
|
|
[
|
|
|
|
"catch"
|
|
,
|
|
|
|
"closure"
|
|
,
|
|
|
|
"global"
|
|
,
|
|
|
|
"local"
|
|
,
|
|
|
|
"with"
|
|
|
|
|
|
]
|
|
|
|
)
|
|
</div>
|
|
</var>
|
|
</strong>
|
|
<div class="description">
|
|
Scope type.
|
|
|
|
</div>
|
|
</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="protocol-item">
|
|
<a name="type-ScriptId"></a>
|
|
<h4>ScriptId: <var>string</var></h4>
|
|
|
|
|
|
</div>
|
|
<!-- for types -->
|
|
</div>
|
|
<!-- if types -->
|
|
</div><!-- API PAGE -->
|
|
</div>
|
|
</div>
|
|
{{/partials.standard_devtools_article}}
|