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:
|
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. |