I ve just installed cb 8.2 with compiler and debugger. Compiler works fine but the command (button) for debugger is constantly unavailable. I have also enabled "produce debugging symbol" and "compiler warnings" options as mentioned in http://forums.next.codeblocks.org/index.php?topic=4296.msg34198 (http://forums.next.codeblocks.org/index.php?topic=4296.msg34198), and still debugging button is not available. So my question wood be what do i need to do to statr debugger? Just for the record, I have just stared programming, so i understand if you feel that this post is kinda noobish but the problem is driving me nuts...
Thanx in advance...
same problem for me...
can anyone help us?
when you mean by debug do you mean the debug menu - Start (F8)
if so you may need to compile your code to be able to run/debug your code. hope this helps. :)
screenshot of a problem (after compile)...
:(
[attachment deleted by admin]
update to nightly build version.
And create a console project with wizard, then test to check the problem exists.
Just a guess: do you have asingle file (without a project) ?
Then debugging is not supported.
Quote from: jens on February 04, 2009, 11:42:48 AM
Just a guess: do you have asingle file (without a project) ?
Then debugging is not supported.
This is most likely it. I addition: Debugging in a path that contains non-English characters is a bad idea anyways - no matter what platform/debugger. A lot of trouble arises from such.
... haven't solved my problem (sorry) after readind & trying all the answers so here again the question
:lol: how to I get a debugging with a project I compiled with BCC55
the gdb complains "No symbol table is loaded. Use the "file" command... :(
every attemps to change all the option /-g, -m -v &&& didn't help so it seems I am missing something obviously trivial
BCC55 does not produce a symbol table or gbd doesn't find it why?
Quote from: remuar on February 06, 2009, 10:48:55 AM
... haven't solved my problem (sorry) after readind & trying all the answers so here again the question
:lol: how to I get a debugging with a project I compiled with BCC55
the gdb complains "No symbol table is loaded. Use the "file" command... :(
every attemps to change all the option /-g, -m -v &&& didn't help so it seems I am missing something obviously trivial
BCC55 does not produce a symbol table or gbd doesn't find it why?
Why do you hijack foreign threads ?
Why do you believe, that gdb (from MinGW) can work with bcc compiled files (Borland).
Use MinGW gcc and you can debug with gdb.