|
2 | 2 | description: "Learn more about: /PDBPATH"
|
3 | 3 | title: "/PDBPATH"
|
4 | 4 | ms.date: "11/04/2016"
|
5 |
| -f1_keywords: ["/pdbpath"] |
| 5 | +f1_keywords: ["/PDBPATH"] |
6 | 6 | helpviewer_keywords: [".pdb files, path", "-PDBPATH dumpbin option", "/PDBPATH dumpbin option", "PDBPATH dumpbin option", "PDB files, path"]
|
7 |
| -ms.assetid: ccf67dcd-0b23-4250-ad47-06c48acbe82b |
8 | 7 | ---
|
9 |
| -# /PDBPATH |
| 8 | +# `/PDBPATH` |
10 | 9 |
|
11 | 10 | ```
|
12 | 11 | /PDBPATH[:VERBOSE] filename
|
13 | 12 | ```
|
14 | 13 |
|
15 | 14 | ### Parameters
|
16 | 15 |
|
17 |
| -*filename*<br/> |
18 |
| -The name of the .dll or .exe file for which you want to find the matching .pdb file. |
| 16 | +*filename*\ |
| 17 | +The name of the .dll or `.exe` file for which you want to find the matching `.pdb` file. |
19 | 18 |
|
20 |
| -**:VERBOSE**<br/> |
21 |
| -(Optional) Reports all directories where an attempt was made to locate the .pdb file. |
| 19 | +**`:VERBOSE`**\ |
| 20 | +(Optional) Reports all directories where an attempt was made to locate the `.pdb` file. |
22 | 21 |
|
23 | 22 | ## Remarks
|
24 | 23 |
|
25 |
| -/PDBPATH will search your computer along the same paths that the debugger would search for a .pdb file and will report which, if any, .pdb files correspond to the file specified in *filename*. |
| 24 | +`/PDBPATH` searches your computer along the same paths that the debugger searches for a `.pdb` file and reports which, if any, `.pdb` files correspond to the file specified in *filename*. |
26 | 25 |
|
27 |
| -When using the Visual Studio debugger, you may experience a problem due to the fact that the debugger is using a .pdb file for a different version of the file you are debugging. |
| 26 | +When using the Visual Studio debugger, you may experience a problem because the debugger is using a `.pdb` file for a different version of the file you're debugging. |
28 | 27 |
|
29 |
| -/PDBPATH will search for .pdb files along the following paths: |
| 28 | +`/PDBPATH` will search for `.pdb` files along the following paths: |
30 | 29 |
|
31 | 30 | - Check the location where the executable resides.
|
32 |
| - |
33 | 31 | - Check the location of the PDB written into the executable. This is usually the location at the time the image was linked.
|
34 |
| - |
35 | 32 | - Check along the search path configured in the Visual Studio IDE.
|
36 |
| - |
37 |
| -- Check along the paths in the _NT_SYMBOL_PATH and _NT_ALT_SYMBOL_PATH environment variables. |
38 |
| - |
| 33 | +- Check along the paths in the `_NT_SYMBOL_PATH` and `_NT_ALT_SYMBOL_PATH` environment variables. |
39 | 34 | - Check in the Windows directory.
|
40 | 35 |
|
41 | 36 | ## See also
|
42 | 37 |
|
43 |
| -[DUMPBIN Options](dumpbin-options.md)<br/> |
44 |
| -[/PDBALTPATH (Use Alternate PDB Path)](pdbaltpath-use-alternate-pdb-path.md) |
| 38 | +[`DUMPBIN` Options](dumpbin-options.md)\ |
| 39 | +[`/PDBALTPATH` (Use Alternate PDB Path)](pdbaltpath-use-alternate-pdb-path.md) |
0 commit comments