List parsed scripts
debug_list_scriptsList scripts the Node.js inspector has parsed, including entry points, required modules, and internals, to find the file URL for setting breakpoints.
Instructions
List scripts the inspector has parsed (entry, --require/--import modules, Babel plugins, node internals). Use this to find the file URL to break in an extension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session id from debug_launch/debug_attach. Required when more than one session is live. |