All Questions
4 questions
1
vote
0
answers
76
views
Why is codeblocks not respecting the breakpoints?
I execute with debugger this code in codeblocks but the breakpoints are not respected. Why is this? The problem persists if I change the location of the breakpoint. When running the script with the ...
1
vote
0
answers
161
views
CodeBlocks will not stop at the breakpoint
I synaptic codeblocks on my PCLinux OS.
In the terminal, "su -"
entered root's password
In the terminal, "codeblocks"
Created a project from the template, "console" -Hello World.
++++++++++++++++++++++...
6
votes
4
answers
12k
views
Why the code doesn't break at the breakpoint in code blocks
I followed the instruction from this video to run the code line by line:
http://www.youtube.com/watch?v=6CGH9Z19dS8
However, after I pressed F8, it just ran without going to the breakpoint(I couldn'...
0
votes
1
answer
545
views
CodeBlocks Breakpoints Ignoring Scope
I set a breakpoint inside a conditional statement that checks for a certain value of a custom datatype. The game will break, but the line it breaks on is completely outside of my breakpoint's scope. ...