0

I can't debug any C++ project because they freeze when I get this:

Loading symbols for xyz.exe from symbol path:
 E:/....

The thing is that I don't have any hard drive with the letter E:, I have tried everything and I do not know what to do!! How can I fix that ?

ProGM
  • 6,949
  • 4
  • 33
  • 52
  • 1
    what is your symbol path? environment variable `_NT_SYMBOL_PATH`. – tenfour Jul 23 '14 at 21:53
  • Idk what I did, This morning I started the computer and the debugger is working when I attach it to the process 'foo.exe' but when I try to directly debug it It says that no .pdb could be found for foo.exe. How I check my 'NT_SYMBOL_PATH' ? – Jesús Martín Berlanga Jul 24 '14 at 08:03
  • it's an environment variable... from the command prompt, `set _nt_symbol_path`. See also: [Setting Symbol and Executable Image Paths in Visual Studio](http://msdn.microsoft.com/en-us/library/windows/hardware/hh439330(v=vs.85).aspx) and [_NT_SYMBOL_PATH format](http://stackoverflow.com/questions/967043/nt-symbol-path-format). – tenfour Jul 24 '14 at 08:30

0 Answers0