list_scripts
Lists all loaded scripts in a JavaScript debugging session with source map details to identify original source files.
Instructions
Lists all scripts loaded in the debugging session. Includes source map information where available, showing which original sources are mapped.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ID of the debugging session. | |
| include_internal | No | Include internal scripts (node_modules, Node.js built-ins). Defaults to false. |