Skip to content

Commit e36463a

Browse files
authored
Merge pull request #5816 from WilliamAntonRohm/issue-4393
visualstudio-docs issue 4393 -- typo in pathname
2 parents 3ba2968 + 7860142 commit e36463a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/profiling/how-to-specify-symbol-file-locations-from-the-command-line.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To display symbol information such as function names and line numbers, the VSPer
3939

4040
2. Use the following syntax to set the **_NT_SYMBOL_PATH** environment variable or the VSPerfReport /SymbolPath option:
4141

42-
**srv\\*** *LocalStore* **\*http://msdl.microsoft.com/downloads/symbols**
42+
**srv\\*** *LocalStore* **\*http://msdl.microsoft.com/download/symbols**
4343

4444
where *LocalStore* is the path of the local directory that you created.
4545

@@ -49,7 +49,7 @@ To display symbol information such as function names and line numbers, the VSPer
4949
## Example
5050
The following command line sets the **_NT_SYMBOL_PATH** environment variable to the Windows symbol server and the local directory to **C:\Symbols**.
5151

52-
**set _NT_SYMBOL_PATH=srv\*C:\symbols\*http://msdl.microsoft.com/downloads/symbols**
52+
**set _NT_SYMBOL_PATH=srv\*C:\symbols\*http://msdl.microsoft.com/download/symbols**
5353

5454
The following VSPerfReport command line adds the *C:\Projects\Symbols* directory to the search path by using the **/SymbolPath** option.
5555

0 commit comments

Comments
 (0)