I am working on a program that sometimes generates debug statement errors on vectors, more specifically errors:
Expression: vector iterator is not unsolvable
The problem is that I do not know the line or method where this error occurs. I would prefer not to manually jump / break through my program until an error occurs. I am looking far to find the line number or at least the method causing this error.
I am using VS2010
early
source share