Prev Next

Show Loaded Modules

For .NET and native Windows applications, you can list the DLL's loaded by the debugged process, using the Modules window. This list can also include associated symbolic files (PDB files) used by the debugger.

Access

Ribbon

Execute > Windows > Modules

Modules Window display

Column

Description

Path

Shows the file path of the loaded module.

Load Address

Shows the base memory address of the loaded module.

Modified Date

Shows the local file date and the time the module was modified.

Debug Symbols

Shows:

  • The debug symbols type
  • Whether debug information is present in the module, and
  • Whether line information is present for the module (required for debugging)

Symbol File Match

Indicates the validity of the symbol file; if the value is false, the symbol file is out of date.

Symbol Path

Shows the file path of the symbol file, which must be present for debugging to work.

Modified Date

Shows the local file date and time the symbol file was created.