Files Required for Debugging

The following are a list of files required to debug a crash:

  • .exe files
  • .dll files
  • .pdb files
  • .dmp file
  • source files

The PCoIP Client SDK contains the .dll files and the .pdb files. The .exe file that caused the crash should also be in the same directory as the .dll files. You must use the .pdb files that were generated when the .exe and .dll files were built.