I am currently moving a large code base over to the Intel fortran compiler. This task is almost complete, and the code is now executing as expected, however visual studio 2010 keeps crashing while I am debugging. These crashes occur either when stepping into a particular procedure, or when hitting a break point inside of the procedure. I receive the error message: Microsoft visual studio has stopped working. windows is checking for a solution to the problem... The studio then restarts with no explanation as to what caused the crash. Curiously, if I step over these procedures, they run fine and my debug session continues.
I understand there is not a lot to go on here, but I would appreciate any suggestions