debugging - How to debug in code blocks? -
I am programming using code blocks, I set some breakpoints, but when I run the program code The blocks ignore them.
'Start Program' means I just click on (Build and Run).
I checked under debug
and saw that F8
is not available (start / continue):
< Img src = "https://i.stack.imgur.com/fUrcL.png" alt = "Debug_Menu">
Program compile and run fine, it just ignores breakpoints, How does the matter solve?
I checked and I think the suggested answer is not relevant to me, because in the compiler settings
simply say " C: \ MinGW " < Under the code> installation directory of the compiler.
Edit:
I am using Window 8 64bit, Codeblocks 12.11
I think you were trying to debug a standalone file (not a file related to a project) code :: block such files do not support debugging Try to include an empty project or a file compiling as part of something
Comments
Post a Comment