News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Problem of using debugger

Started by yeefc128, September 21, 2014, 03:20:45 AM

Previous topic - Next topic

yeefc128

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.


ollydbg

No idea, but first question is: did you install any debugger? Have you ever configure your debugger settings?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Jenna

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.

yeefc128

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.

yeefc128

May I know how to create project instead of single? Anyone can help? Thanks.