Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: daniloz on April 20, 2010, 09:08:18 am

Title: Newbie question about logging
Post by: daniloz on April 20, 2010, 09:08:18 am
Hi all,

I'm have a very basic (and kind of stupid) question about using the debug output (logging) of the CC.

I've set NATIVE_PARSER_DEBUG_OUTPUT=1 (#define NATIVE_PARSER_DEBUG_OUTPUT 1) in nativeparser.cpp, but I don't see the log. Actually, I have no idea where to look for it...  :oops: I expected it to be on the "Code::Blocks" tab on the bottom of the screen (in the "Logs & others" panel), but it doesn't show up in there...

Please help !!!

And sorry for the silly question...
Title: Re: Newbie question about logging
Post by: Jenna on April 20, 2010, 09:40:43 am
You have to start C::B with the -d or --debug-log parameter.
Title: Re: Newbie question about logging
Post by: daniloz on April 20, 2010, 10:30:25 am
Now it works... :-) Thank you !!!!!
Title: Re: Newbie question about logging
Post by: ollydbg on April 21, 2010, 02:38:03 am
Now it works... :-) Thank you !!!!!
Also, if you would like to test CodeCompletion plugin, this Code Completion Design - CodeBlocks (http://wiki.codeblocks.org/index.php?title=Code_Completion_Design) could help.  :D