Skip to content

Commit 2380dfe

Browse files
Merge pull request #4983 from MicrosoftDocs/main638458611873601139sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 814f892 + 7d11b00 commit 2380dfe

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

docs/build/reference/pdbpath.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,38 @@
22
description: "Learn more about: /PDBPATH"
33
title: "/PDBPATH"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["/pdbpath"]
5+
f1_keywords: ["/PDBPATH"]
66
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
87
---
9-
# /PDBPATH
8+
# `/PDBPATH`
109

1110
```
1211
/PDBPATH[:VERBOSE] filename
1312
```
1413

1514
### Parameters
1615

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

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

2322
## Remarks
2423

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*.
2625

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

29-
/PDBPATH will search for .pdb files along the following paths:
28+
`/PDBPATH` will search for `.pdb` files along the following paths:
3029

3130
- Check the location where the executable resides.
32-
3331
- Check the location of the PDB written into the executable. This is usually the location at the time the image was linked.
34-
3532
- 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.
3934
- Check in the Windows directory.
4035

4136
## See also
4237

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

Comments
 (0)