Code::Blocks Forums

User forums => Help => Topic started by: diilbert on April 28, 2007, 04:24:29 pm

Title: Load log
Post by: diilbert on April 28, 2007, 04:24:29 pm
Where is the C::B loading log stored since it seems that one of my plugins is causing C::B  hang at load time.  And instead of trying one by one I would like to check the log if there is one.

Thanks ;)
Title: Re: Load log
Post by: diilbert on April 29, 2007, 02:43:47 pm
I though this was a simple Yes or No question ;)

Hopefully someone out there has the answer
Title: Re: Load log
Post by: Ceniza on April 29, 2007, 07:40:35 pm
AFAIK Code::Blocks only uses its "internal" log which is displayed in a wxTextCtrl and accessed through a tab, so if you cannot get Code::Blocks to display its interface you won't get access to the log. In other words, no log file is created.

Have you checked if the codeblocks.rpt file is being created?

You could also try running Code::Blocks through GDB, or just trying plugin by plugin.
Title: Re: Load log
Post by: diilbert on April 30, 2007, 02:19:33 am
not exactly the answer I was hoping for... so thanks ;)
Title: Re: Load log
Post by: Biplab on April 30, 2007, 06:22:05 am
The answer is no. It is not stored in any file.