When debugging my code, I put a break point at this line:
std::set<unsigned int>::iterator it;
When I step over that line, I get "Debugger reported the following error: cannot access memory at address 0x10".
I am using KDevelop that ships with Fedora 11.
I've used that line of code many many times, so it doesn't make sense that it wouldn't work now..?
Does anyone have any idea what could be wrong?
Thanks,
Dave