ANSWER:
D: Creates a debug file for extended debugging tools. This option will have the compiler create a debug file with the extension .PDB. This file can be used by external debugging tools to debug the application as it runs.

Answers in Depth...