get_modules
Retrieve loaded assemblies and modules in the current debug session, including name, path, version, optimization status, and symbol loading state. Helps diagnose assembly loading failures and version conflicts.
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 | |||