News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Debugger does not work.

Started by asarhn, May 08, 2009, 11:04:52 PM

Previous topic - Next topic

asarhn

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.

ollydbg

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.

Jenna

Quote from: asarhn on May 08, 2009, 11:04:52 PM
Can work in anyway the debugger with only a C++ file, not just with a project?

No.