Author Topic: Debugger does not work.  (Read 3132 times)

asarhn

  • Guest
Debugger does not work.
« on: May 08, 2009, 11:04:52 pm »
Hello everybody, I'm here for asking about the debugger. Well I am new in programming but I like codeblocks, when I am working only with a C++ file the debugger's options are desactivated so my question is: Can work in anyway the debugger with only a C++ file, not just with a project?

Thanks for everything,

I hope you give me an answer.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Debugger does not work.
« Reply #1 on: May 09, 2009, 02:59:10 am »
You should give more information about your programming environment. Like system, version, compiler you have installed.
Otherwise, no more help will be given.
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: Debugger does not work.
« Reply #2 on: May 09, 2009, 10:23:17 am »
Can work in anyway the debugger with only a C++ file, not just with a project?

No.