Code::Blocks Forums

User forums => Help => Topic started by: yeefc128 on September 21, 2014, 03:20:45 am

Title: Problem of using debugger
Post by: yeefc128 on September 21, 2014, 03:20:45 am
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.

Title: Re: Problem of using debugger
Post by: 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?
Title: Re: Problem of using debugger
Post by: Jenna on September 21, 2014, 08:57:23 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.
Title: Re: Problem of using debugger
Post by: yeefc128 on September 21, 2014, 10:30:17 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.
Title: Re: Problem of using debugger
Post by: yeefc128 on September 22, 2014, 02:53:14 am
May I know how to create project instead of single? Anyone can help? Thanks.
Title: Re: Problem of using debugger
Post by: 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)
Title: Re: Problem of using debugger
Post by: yeefc128 on September 23, 2014, 02:54:16 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