VS2008 Debug WEC7 Application - Breakpoint will not currently be hit. No executable code is currently loaded at this function
问题 I have to port a C++ Win32 console application to WEC7. After I fixed some build and link errors I was able to create an executable that runs on the target. But I could not debug that application with Visual Studio, because the breakpoints were not hit, although the corresponding lines were definitly executed. To further investigate my problem I created 2 new projects: Win32 project Win32 Smart Device project Both include the following code: #include "stdio.h" void main(void) { int i=0; while