Show / Hide Table of Contents

How to debug the SAF components

Beside the compiled libraries, the SAF is also shipped with its symbols and source code for debugging purpose. By doing a bit of configuration in your development environment, you'll be able to source step during debugging into the code of the SAF components that you use.

To configure Visual Studio 2013 for symbol / server use, follow these instructions:

 

  1. Go to Tools -> Options -> Debugging -> General.
  2. Uncheck "Enable Just My Code".
  3. Uncheck "Enable .NET Framework source stepping". Yes, it is misleading, but if you don't, then Visual Studio will ignore your custom symbol server order (see further on).
  4. Check "Enable source server support".
  5. Uncheck "Require source files to exactly match the original version".
  6. Go to Tools -> Options -> Debugging -> Symbols.
  7. Select a folder where the symbols / sources are cached locally.
  8. Add https://tfs.sartorius.com/symbols/WinDbg/pdb to the symbol servers under "Symbol file (.pdb) locations".

See Also

Other Resources

Sartorius Nuget Repository
Sartorius Symbol Server

  • Improve this Doc
Back to top Generated by DocFX