Recent Posts

Pages: 1 ... 3 4 5 6 7 [8] 9 10
71
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.
72
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.
73
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.
74
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.
75
Help / Re: Wiki Service
« Last post by Pecan on February 19, 2026, 08:21:57 pm »
Also down for me.
76
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?
77
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
78
Using Code::Blocks / Re: Can't Get Debugger to Work
« Last post by cdavalillo on February 19, 2026, 01:17:19 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.
79
General (but related to Code::Blocks) / Plugin GIT ? Plugin SVN ?
« Last post by ThierryD on February 19, 2026, 12:03:15 pm »
Hi,

Many recent IDE provide "transparent" access to GIT repository or in lesser degree access to SubVersion repository.
When I search if an "plugin" CB can manage these "store", I don't find.

Is an "eccentric" or ridiculous idea or not to think an solution of my ask into CB ?

Just an recent suggestion to developers CB.

Thank.

Regards.
 
80
Help / Re: Wiki Service
« Last post by ollydbg on February 19, 2026, 01:08:27 am »
Might wish to tell someone to update https://www.codeblocks.org/post/ because it implies that this forum is down.

This issue is fixed, thanks.
Pages: 1 ... 3 4 5 6 7 [8] 9 10