Debugger.stepOverSteps over the statement.
| Name | Type | Description |
|---|---|---|
skipList (optional) | array | The skipList specifies location ranges that should be skipped on step over. |
{
"id": 1,
"method": "Debugger.stepOver"
}
{
"id": 1,
"result": {}
}
const result = await send('Debugger.stepOver');
console.log(result);