I made a small application which just instance the basic clasess of a huge librery link statically with a .lib.
While debugging the application I found that can not inspect with the debugger the attributes of some classes of the library (i.e. inspect this) being the execution point, at the constructor method of the class. Some ohter similar classes of the library don't presnet this problem.
Debugger options has been more than reviewed.
Thinking on problems with the symbol table but not generating any file as in remote debugging.
Any idea of what is going on?.
Thank you very very much in advanced.