User forums > Using Code::Blocks

Using the debugger - watch 'variable'

<< < (2/2)

MortenMacFly:

--- Quote from: noobiept on August 04, 2010, 01:27:00 pm ---It seems this problem its more of a lack of experience on my part. I don't really know how to use the debugger...  :(

--- End quote ---
Well, first you should start to compile your application with debugging symbols enabled (compiler switch -g) and NOT stripping the symbols (NOT using the compiler switch -s) -> see your project's build options (tab "compiler") accordingly.

After all, the debugger log is another tab in the log panel of C::B, wehre debug informartion about the debug process is piped into. There is no file, it's a UI element.

noobiept:
I did a bit more testing and finally got it working. Its really useful, I'll start using it more.

thanks for the help!

Navigation

[0] Message Index

[*] Previous page

Go to full version