Edit

Share via


The SrcTool utility

The SrcTool (Srctool.exe) utility lists all files indexed within the .pdb file. For each file, it lists the full path, source control server, and version number of the file. Use this information for reference.

You can also use SrcTool to list the raw source file information from the .pdb file. To list the information, use the -s switch on the command line.

Use the ? switch to see other options. For example, the -x switch is commonly used to extract all of the source files from version control.

Note

Previous versions of this program created a directory named src under the current directory when extracting files. The current version no longer creates that directory. If you want to use the src directory, you must create it yourself and run the command from that directory.