Problem with VS debugger

Posted by Polaris on Stack Overflow See other posts from Stack Overflow or by Polaris
Published on 2010-05-04T11:38:10Z Indexed on 2010/05/04 12:08 UTC
Read the original article Hit count: 146

Filed under:
|

My debugger does not work when I start project in debug mode. But when I set checkbox

Allow the source code to different from the original version.

Debugger works. But solution not wokrs properly. For example for files with build action "Content" and Copy to outputDirectory to "Copy if newer" does not copy to bin/Debug

Is anybody know the solution?

alt text

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about debugging