dft provides a simple interface to interrogate a binary to query build metadata from the executable in order to map that to a potential site for cloud storage of debug information. This functionality is platform and file format agnostic.
- PE/COFF
- ELF
- MachO
- WASM
- GOFF
- CodeView/PDB
- DWARF/dSYM
- DWARF/gSYM
- DWARF
- SymStore Symbol Server
- Mozilla Symbol Server
- debuginfod
_NT_SYMBOL_PATH: This environment variable is considered for obtaining set of symbol servers to query. See Microsoft Learn for documentation about the contents of this variable.