51
Using Code::Blocks / Re: Can't Get Debugger to Work
« Last post by Pecan on February 19, 2026, 08:20:12 pm »I'm on the 25.03 version, the number of variable I think is like 20 std::vectors, I don't use raw pointers so I know it is not wrong pointer arithmetics or overflow indices errors. The settings for debuggers are almost the default, I only check for full log on debugging.
It's important to know if you have the debugger "Watch local variables" set.
How big are your 20 std:vectors so I can emulate the problem.
Are the vectors global or local to a function?
Recent Posts