Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.58 KB

-sympath--set-symbol-path-.md

File metadata and controls

45 lines (33 loc) · 1.58 KB
title description keywords ms.date topic_type ms.topic api_name api_type
.sympath (Set Symbol Path)
The .sympath command sets or alters the symbol path. The symbol path specifies locations where the debugger looks for symbol files.
Set Symbol Path (.sympath) command
symbol files and paths, Set Symbol Path (.sympath) command
.sympath (Set Symbol Path) Windows Debugging
05/23/2017
apiref
reference
.sympath (Set Symbol Path)
NA

.sympath (Set Symbol Path)

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.