Debugger.stepInto
Steps into the function call.
{
"name": "stepInto",
"parameters": [
{
"name": "breakOnAsyncCall",
"type": "boolean",
"optional": true,
"experimental": true,
"description": "Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause."
}
],
"description": "Steps into the function call."
}