User forums > Using Code::Blocks

Runtime error detection

<< < (2/3) > >>

Micky:
That was assumed. Adding that #define to my code could will help? (And with all respect to my code - lol! - I know, that it is wrong:D)

Edit: I beg yor pardon for having stressed the wrong forum!

stahta01:

--- Quote from: Micky on July 01, 2011, 03:39:53 pm ---That was assumed. Adding that #define to my code could will help? (And with all respect to my code - lol! - I know, that it is wrong:D)

Edit: I beg yor pardon for having stressed the wrong forum!

--- End quote ---

This IS NOT a site that teaches programming; if you read and understood the rules; you would likely realize this fact. The purpose of this site is to help users to use Code::Blocks NOT teach them any programming language.

Edit: From http://forums.codeblocks.org/index.php/topic,9996.0.html


--- Quote ---1. This is NOT a general programming board. "How do I write a program that....", "Can anybody teach me how to", "I have this homework", "My program doesn't run and I don't have the slightest idea of why because I'm a C++ newcomer", "What is a compiler", "What does gcc do" is the kind of questions that is FORBIDDEN to ask.

2. Compiler errors are NOT Code::Blocks errors. Usually, C++ newcomers tend to confuse the Editor/IDE (Code::Blocks) with the Compiler (MINGW / GCC). You may see some errors in the compiler output because you missed to do something right in your code. But that's not Code::Blocks troubleshooting, that's C++ troubleshooting and does not belong in here. If your program doesn't compile, READ THE C++ MANUAL.

--- End quote ---

Tim S.

Micky:
Please note, the existence of a "Find-error"-option, isn't that a codeblocks question?

And, obviously, I have to repeat it: I beg your pardon!

stahta01:
I suggest running gdb directly to look for the problem; but, this is not a valid topic for this site.
http://cboard.cprogramming.com/c-programming/139058-unsolved-segmentation-fault-2.html#post1035068

Note: The other poster (oBFusCATed) suggested using the newer debugger builds; they might be easier for you to trouble shoot the problem; but, you need to be able to use a nightly debugger build; I have no idea if the debugger builds will help you. http://forums.codeblocks.org/index.php/topic,14916.0.html

Tim S.

oBFusCATed:

--- Quote from: Micky on July 01, 2011, 04:07:22 pm ---Please note, the existence of a "Find-error"-option, isn't that a codeblocks question?

--- End quote ---
What does this option do, exactly? I've not used BP for almost 10 years... and I don't remember such option...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version