I installed Intel Parallel Studio v1.0, and now Visual Studio 2008 is not stopping on breakpoints. I can set them, but it skips right over them, and never breaks.
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tested Solution: Intel Parallel Studio had automatically turned off “Generate Debugging Info”. Switched it on again in “Configuration..Linker..Debugging..Generate Debug Info”, and everything worked fine again.