0
votes
Why doesn’t Edit & Continue work for me in VS2008 with a legacy C++ win32 project?
I assume you have debugging symbols/etc and the legacy C++ application had been compiled with this support...
If not, then you will run into the problem that the code was not …
