You can choose to use the pdb file for a debugging based on symbol.
If you compile using pdb file, the compilation is more slow.
If you want deactivate the service or change the directory of pdb files used you must follow this procedure:

  1. select "Debug" in the project open
  2. select "Options and Settings..." in the list open
  3. a new window pop up ("Options")
  4. select "Debugging" then "Symbols"
  5. select the "Symbol file (.pdb) locations:" you can choose "Microsoft Symbol Server" or a directory of your choice or nothing (in this latter case, in step of compilation you are informed that Visual Studio is unable to charge the symbols of various DLLs

 

  • No labels