Code::Blocks Forums
User forums => Help => Topic started 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 ;)
-
I though this was a simple Yes or No question ;)
Hopefully someone out there has the answer
-
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.
-
not exactly the answer I was hoping for... so thanks ;)
-
The answer is no. It is not stored in any file.