list_scripts
Retrieve all scripts loaded in a debugging session, including source map information to show which original sources are mapped.
Instructions
Lists all scripts loaded in the debugging session. Includes source map information where available, showing which original sources are mapped.
Input 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. |