Is there any way to make VC++ 2010 trace errors back to the last line that was called INSIDE my project?
I don't know why they did it, but its completely useless when VC++ tells me that the error is inside one of the standard classes rather than which line in my project actually led to that error.