get_modules
List loaded assemblies during a debugging session to diagnose assembly loading failures and version conflicts, including module name, path, version, optimization status, and symbol loading state.
Instructions
List loaded assemblies/modules in the debug session.
Returns module name, path, version, optimization status, and symbol loading state. Useful for diagnosing assembly loading failures and version conflicts.
Note: Data comes from module load/unload events tracked during the session.
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||