How to disable debugging symbols in VS2008.
I’d unchecked “load symbols …” in Tools -> Options -> Debugging -> Symbols but directories as “.pdb” and file pingme.txt still appear in my project folders.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Which symbols are appearing? You will still get them for your code unless you disable them in project settings.
Also check environment variable
_NT_SYMBOL_PATHis not set.