Does anyone knows how to debug with code::blocks, because i download it yesterday and donīt know how to do it...
The opcion for debugging just canīt be selected...
Thank you for your help...
This is a discussion on Code:.Blocks debug ? within the C++ Programming forums, part of the General Programming Boards category; Does anyone knows how to debug with code::blocks, because i download it yesterday and donīt know how to do it... ...
Does anyone knows how to debug with code::blocks, because i download it yesterday and donīt know how to do it...
The opcion for debugging just canīt be selected...
Thank you for your help...
How exactly does it not work? Check for the selected debugger in Settings -> Compiler and debugger -> Global compiler settings -> Toolchain executables, and see if it actually exists.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
i think it existe, because when i went to where you said there was an opcion called debbuger and it had this "gdb.exe" writen in front of it so it must exist i think....
When i go to debugger in the top of the window there are a bunch of options that canīt be selected, like the option "start", when i click on it nothing happens.. :s
Then go to the directory specified as the compiler's installation directory and check that there really is a gdb.exe there.Originally Posted by nobita
Do you actually have a project open? The other options may be disabled, but if you do have a project open, you should be able to select the start option.Originally Posted by nobita
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
If i create and empty file canīt i run debug???
does the debug only run when i crete a preoject???
I think so.Originally Posted by nobita
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
ah ok... than thank you for your help...