Friday, 15 July 2011

c++ - Release Project with No Debug Info Warning -



c++ - Release Project with No Debug Info Warning -

i building , running project in release , not want build debug info.

but when run project same error in question: debugging info cannot found or not match visual studio's

debugging info 'foo.exe' cannot found or not match. binary not built debug information.

how can tell visual studio 2010 stop trying find debug info in release?

edit:

i'm working in c++. it's interesting, did start noticing when linked in .dll built 1 of projects. wonder if have this?

i suppose start programme clicking on greenish arrow next build configuration window. doing this, visual studio seek run code in debugger - if compiled in relase mode.

try starting progam pressing ctrl + f5 - should start .exe without intervention of debugger.

c++ visual-studio executable release debug-information

No comments:

Post a Comment