Skip to content

Commit ff9f463

Browse files
TylerMSFTTylerMSFT
authored andcommitted
acrolinx
1 parent f17e4c0 commit ff9f463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/reference/pdbpath.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ The name of the .dll or `.exe` file for which you want to find the matching `.pd
2121

2222
## Remarks
2323

24-
`/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*.
2525

26-
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.
2727

2828
`/PDBPATH` will search for `.pdb` files along the following paths:
2929

0 commit comments

Comments
 (0)