Registered Member
|
Hi
I am just using Eigen libraries in my C++ code in Visual studio 2010. I need to check the values inside the vectors and matrices in debug session of Visual studio 2010. I have noticed that I move cursor over the name of the matrix or vector I can see the components if the variable has a "fixed-size". for example If it is defined like "Matrix3d" or "vector3d" I can see the associated values, But if they are defined as "MatrixXd" or " vectorXd", visual studio can not show the values of components. Does anybody know how can i fix this problem? I really appreciate your help. Thanks |
Moderator
|
there is a plugin for msvc in eigen_path/debug/msvc/
|
Registered Member
|
Thanks ggael for reply,
Could you please tell me how can i use this plug-in? Thanks |
Registered Member
|
I just found the answer:
detailed in following link: http://eigen.tuxfamily.org/index.php?ti ... gging_tips Thanks |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]