Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The .sympath command sets or alters the symbol path. The symbol path specifies locations where the debugger looks for symbol files.
.sympath[+] [Path [; ...]]
Parameters
+
Specifies that the new locations will be appended to (rather than replace) the previous symbol search path.
Path
A fully qualified path or a list of fully qualified paths. Multiple paths are separated by semicolons. If Path is omitted, the current symbol path is displayed.
Environment
| Item | Description |
|---|---|
| Modes | User mode, kernel mode |
| Targets | Live, crash dump |
| Platforms | All |
Additional Information
For details and other ways to change this path, see Symbol Path.
Remarks
New symbol information will not be loaded when the symbol path is changed. You can use the .reload (Reload Module) command to reload symbols.