Author Topic: Problem of using debugger  (Read 4960 times)

Offline yeefc128

  • Single posting newcomer
  • *
  • Posts: 6
Problem of using debugger
« 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.


Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Problem of using debugger
« Reply #1 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?
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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Problem of using debugger
« Reply #2 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.

Offline yeefc128

  • Single posting newcomer
  • *
  • Posts: 6
Re: Problem of using debugger
« Reply #3 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.

Offline yeefc128

  • Single posting newcomer
  • *
  • Posts: 6
Re: Problem of using debugger
« Reply #4 on: September 22, 2014, 02:53:14 am »
May I know how to create project instead of single? Anyone can help? Thanks.

Offline scarphin

  • Lives here!
  • ****
  • Posts: 644

Offline yeefc128

  • Single posting newcomer
  • *
  • Posts: 6