I have been having constant struggle with Visual Studio debugger and finally got fed up and seeking help. There are some issues constantly causing trouble. If you have any solutions I will be grateful
- Trying to watch a function that has const and non-const versions results in ambiguous symbol error (CXX0039)
- Trying to get value of a function in a template class randomly gives member function is not defined error (CXX0052)
- Casting a template type variable results in bad type cast, even to its own type (CXX0019)
I have visual studio 2010 Professional with SP1
EDIT
In #2, I am sure that inlining is off.
Thanks in advance,
Cem