Re: [Gimp-developer] Console window on Win32



Michael Torrie wrote:
On Sun, 2004-09-12 at 19:58, Alexey Dokuchaev wrote:

On Sun, Sep 12, 2004 at 01:15:37PM +0000, Tor Lillqvist wrote:

Could we have a raise-of-hands here? Who thinks GLib shouldn't bother
doing that console window allocation stuff at all?

Me. :)


Understanding the issue better, now, I agree.  During the debugging
phase, developers can just turn on the console mode in the executable if
they want to see g_log messages.

Even for non-console apps, you can get at the log messages by redirecting them to a file. Just run the app from the command line like this:

    app.exe > app.log 2>&1

--
Tim Evans
Applied Research Associates NZ
http://www.aranz.com/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]