icpc debug info with Eigen library
问题 Eigen is a popular C++ library, but icpc seems to have a problem generating debugging info from code that uses Eigen. I'm using the compiler icpc version 13.1.1. I checked with both Eigen 3.2.8 and 3.1.3. It's going to be hard to recompile all the libraries I need with another compiler, so does anyone see a good solution to get Eigen to work with a debugger? The problem is that variable values don't always get updated in the debugger. Here is main.cpp #include "stdio.h" #include "/home