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 (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

Popular posts from this blog

unix - Launch PUTTY script in C# code -

Editing Python Class in Shell and SQLAlchemy -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -