USAGE: This utility searches your build tree for Windows symbol/executable
files and uploads them to the BugSplat server.
Specify BugSplat credentials using either:
/credentials WINDOWS-CREDENTIAL-MANAGER-GENERIC-CREDENTIALS
Other required parameters:
/b DATABASE BugSplat database
/a APPNAME AppName for the symbol files (e.g. /a MyApp)
/v VERSION Version number of AppName (e.g. /v 1.0), required if /l not set
/l LIBRARY Library from which to extract file version info (e.g. /l MyApp.exe), required if /v not set
Upload is the default action, modify using the following parameters:
/s Search subdirectories, default off
/d PATH Folder to search, defaults to current folder
/f FILESPEC Files to search, defaults to "*.pdb;*.dll;*.exe"
/compression LEVEL Optimal, fastest, or nocompression, defaults to Optimal
/threads NUM Threads used during upload, defaults to 20
/c RETRIES Maximum retries to attempt for each file upload, defaults to 3.
To remove symbols from BugSplat use the following single parameter:
/r Removes all symbols for specified AppName, AppVersion, Database
The log level can be modified with:
/verbose Use for additional diagnostics