I'm new to Visual Studio. I have Visual Studio 2010 and Windows 7. I recently examined the Visual C ++ project. This project was originally a VC ++ 6 project, but a normal VC ++ project is available to open with the project I saw, so I open VC ++ project to work together.
When I try to debug the project, none of my breakpoints are hit and the descompitting window has an error in breakpoints instead: "Breakpoints will no longer be hit No symbol has been loaded for this document. "
I have searched for this error and have tried many things with no flaw, but I am thinking that what is easy is a project written in VS10 in a different version of Visual Studio I'm remembering to work with.
Make sure that your binaries are refreshed before starting a debug session if you have errors If you create, you'll need to fix the code or project settings. If you have a VC6 available, you can install VC6 instead and then you can set v60 to the project's platform goal. Thus, you are building with VC6 build tools, thus reducing the need for code changes.
No comments:
Post a Comment