Hello
I am a newbie in Code Blocks (and programming), and I really like it and would like to use it as much as I can. The only problem is I can't run the debugger
in the latest build. I don't seem to have any problems with this with version 10.05 (I was using this, because of the college).
In short, I want to execute code line by line and to watch the variables. I read the manual maybe about a thousand times, I searched for almost a week,
and I still cannot do this. Can someone please explain me how to do it?
I compile the project with -g and -Wall, add some breakpoints and press the debugger start button. And then, the debugger just exits with this message:
Starting the debuggee failed: No symbol table loaded. Use the "file" command.
[debug]> quit
Debugger finished with status 0I know that I'm doing something wrong here. Please help me see it
Boris