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
visual-studio
|debugging
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?
© Stack Overflow or respective owner