Code::Blocks Forums
User forums => Help => Topic started by: richardm55 on August 09, 2015, 04:45:54 pm
-
Do you know any good tutorial or guide how to use debug function in code blocks?
When I tried to do that I faced some problems. When I got to the point to take variables from cin nothing happened in console and it has not taken anything.
-
http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks (http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks)
No idea if the directions are good; I do NOT use the debugger very much.
Tim S.
-
you can search on youtube for easy debug videos.
When I tried to do that I faced some problems.
what problems?
-
Youtube tutorials are too simple and don't cover all issues. I have problem with reading the values in cin in debugging.
-
What are your problems.... Without code or an example we can't help... This youtube videos cover all needed stuff...
-
I still repeat what my problem is. While I debug and press F7 for next line and when I get line with cin for reading some variables the console can not accept and take those variables.
-
You have to go past 'cin' line for the console to accept input if that's your problem. The logic is the line shown with the debug pointer hasn't executed yet. If that isn't your problem please post the steps to produce.
-
OK I will do that. I will save some screens of those steps and I will post them here.