News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

HelloWorld plugin problems installing

Started by CrazyZ, November 19, 2007, 01:59:05 AM

Previous topic - Next topic

ankurnigam18

Hi everyone,
I find that nobody is answering the original question:

Quote from: CrazyZ on November 19, 2007, 01:59:05 AM
Can you guys help me out by telling me where to find out the application log?

Does the application log really exist? And if yes, where is it?

Thanks,
Ankur

stahta01

#16
Quote from: ankurnigam18 on May 17, 2011, 06:10:38 PM
Hi everyone,
I find that nobody is answering the original question:

Quote from: CrazyZ on November 19, 2007, 01:59:05 AM
Can you guys help me out by telling me where to find out the application log?

Does the application log really exist? And if yes, where is it?

Thanks,
Ankur

I find that you have trouble reading; and, you open many years old threads for little reason.

Tim S.

Quote from: stahta01 on November 19, 2007, 04:48:17 PM
The lower window with build log and build messages; right click on its title bar and see if you can turn it on.

The last few builds, I think it might have been called "Code::Blocks" under toggle option.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ankurnigam18

Hi everyone,
My apologies to Tim S. (stahta01), for rousing his ire over a seemingly dumb question.
Thanks a lot for going through the trouble for finding an answer for it, and the prompt reply.

Anyone trying to find "application log" should do the following:
1) In Menus (File, Edit, etc.), go to View and make sure that 'Logs' is enabled.
2) Now, there would be a lower window with the name "Logs & others" with many tabs.
3) There is a tab in it with the name "Code::Blocks", it is actually what you were actually looking for (the application log).
4) If you don't find it, just right-click a tab, go to 'Toggle' and ensure that "Code::Blocks" is enabled.

It seems so clean in the beginning that nobody gives it a second thought.
But, hang on friend, there is a scroll bar on the right.
Once you start scrolling, now it seems more like a log with lots of lines.

Hope it is clear to everyone and nobody has any problem with it.

Note: This holds true for Code::Blocks version 10.05.

Thanks,
Ankur

Pecan

I confirm. On startup, the log does not show up until the user scrolls in the CodeBlocks log window.

oBFusCATed

This is windows only problem, happens, too, for the debugger's debug log
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

MortenMacFly

Quote from: Pecan on May 18, 2011, 12:50:14 PM
I confirm. On startup, the log does not show up until the user scrolls in the CodeBlocks log window.
This "bug" is there for ages is is IMHO actually a WX issue. I have the same in several other wx apps.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]