Author Topic: Load log  (Read 3675 times)

diilbert

  • Guest
Load log
« 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 ;)

diilbert

  • Guest
Re: Load log
« Reply #1 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

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Load log
« Reply #2 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.

diilbert

  • Guest
Re: Load log
« Reply #3 on: April 30, 2007, 02:19:33 am »
not exactly the answer I was hoping for... so thanks ;)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Load log
« Reply #4 on: April 30, 2007, 06:22:05 am »
The answer is no. It is not stored in any file.
Be a part of the solution, not a part of the problem.