Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2012 debugging Unexpected symbol reader error while processing <file.exe>

I have a problem with debugging my program in Visual Studio 2012 - when I try to debug the code by inserting some breakpoints, they seem not to work - when I hover on them a message pops up

The breakpoint will not currently be hit. Unexpected symbol reader error while processing <file.exe>

I tried searching for similar problems in the internet but I haven't found any solutions I'd appreciate any help, thanks!

like image 958
Simon Avatar asked Nov 16 '13 16:11

Simon


1 Answers

For Visual Studio 2017, closing all open instances and restarting worked for me. I might have gotten away with closing fewer, for example instances with unrelated solutions open, but I have not tested that.

like image 91
ahcox Avatar answered Nov 15 '22 23:11

ahcox