Recent Posts

Pages: 1 2 3 4 5 [6] 7 8 9 10
51
Is the cpp file(for example, you have a a.cpp file) included in your cbp project file?
You may check the modified "timestamp" of the cpp file, because Code::Blocks use this time information to track whether the file get changed or not.
52
Sometimes when I make a change to a cpp file, codeblocks doesn't recompile the program, I need to rebuild the project so I can see my changes.

Sometimes it does this and I don't know how to fix, I think restarting my pc fixes it temporarily.

I am on linux mint 22.3

Name                   : Code::Blocks
Version                : 25.03-r13644
SDK Version            : 2.25.0
Scintilla Version      : 3.7.5
53
Help / Re: Wiki Service
« Last post by ollydbg on February 20, 2026, 01:48:45 pm »
The wiki is up now, it was fixed by the admin again.
54
General (but related to Code::Blocks) / Re: Plugin GIT ? Plugin SVN ?
« Last post by Wkerry on February 20, 2026, 10:50:46 am »
You did not do a very good search.
Try again and if you still fail then try to search the forum.
55
Using Code::Blocks / Re: Can't Get Debugger to Work
« Last post by Pecan on February 19, 2026, 09:52:12 pm »
If I don't set local variable I simply don't see local variables info not get the application crashed. Regarding the vectors length they are not big, each one have less than 1000 values each, and the elements that they contain are small structures of less than 500 B each one.

So, am I correct in understanding that the arrays are local variables to a function?
And that you do NOT get the crash when "Watch local variables set" to OFF.

This information can help me localize the code getting the crash.
56
Using Code::Blocks / Re: Can't Get Debugger to Work
« Last post by cdavalillo on February 19, 2026, 09:46:34 pm »
If I don't set local variable in Code::Blocks I should simply don't see local variables info not get the application crashed. Regarding the vectors length they are not big, each one have less than 1000 values each, and the elements that they contain are small structures of less than 500 B each one.
57
Using Code::Blocks / Re: Can't Get Debugger to Work
« Last post by cdavalillo on February 19, 2026, 09:34:55 pm »
If I don't set local variable I simply don't see local variables info not get the application crashed. Regarding the vectors length they are not big, each one have less than 1000 values each, and the elements that they contain are small structures of less than 500 B each one.
58
Help / Re: Wiki Service
« Last post by Pecan on February 19, 2026, 08:21:57 pm »
Also down for me.
59
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?
60
Help / Re: Wiki Service
« Last post by stahta01 on February 19, 2026, 05:22:21 pm »
Might want to check wiki it is down for me
Pages: 1 2 3 4 5 [6] 7 8 9 10