Hi, I am new to this forum.
I don't know whether this question had being asked before.
I am using codeblocks ver 12.11 and I couldn't use debugger at all.
All buttons are not able to click. What is the problem?
Could it be we need to activate anything or I made some errors during installation?
Thanks for anyone who could enlighten me on this.
No idea, but first question is: did you install any debugger? Have you ever configure your debugger settings?
Quote from: ollydbg on September 21, 2014, 05:18:25 AM
No idea, but first question is: did you install any debugger? Have you ever configure your debugger settings?
And do you have a project ?
The dungger does not work for single files, that are not inside a project.
Quote from: jens on September 21, 2014, 08:57:23 AM
Quote from: ollydbg on September 21, 2014, 05:18:25 AM
No idea, but first question is: did you install any debugger? Have you ever configure your debugger settings?
And do you have a project ?
The dungger does not work for single files, that are not inside a project.
I don't have a project. Just a single file.
So this is the problem.
May I know how to create project instead of single? Anyone can help? Thanks.
http://wiki.codeblocks.org/index.php?title=Creating_a_new_project (http://wiki.codeblocks.org/index.php?title=Creating_a_new_project)
Quote from: scarphin on September 22, 2014, 09:04:58 AM
http://wiki.codeblocks.org/index.php?title=Creating_a_new_project (http://wiki.codeblocks.org/index.php?title=Creating_a_new_project)
Thank you so much for your help, Scarphin