POV-Ray : Newsgroups : povray.newusers : #debug text stream... Server Time
28 Jul 2024 16:20:48 EDT (-0400)
  #debug text stream... (Message 1 to 3 of 3)  
From: this is me
Subject: #debug text stream...
Date: 17 Feb 2008 00:55:00
Message: <web.47b7cb372e5c0531988f09540@news.povray.org>
This may be a retarded question, but when one adds the following line to a POV
script, and then presses Run, where does the text show up?  It isn't in the
messages window, so what am I missing?

#debug concat("hello", " world")


Post a reply to this message

From: Tim Attwood
Subject: Re: #debug text stream...
Date: 17 Feb 2008 01:16:43
Message: <47b7d14b$1@news.povray.org>
> This may be a retarded question, but when one adds the following line to a 
> POV
> script, and then presses Run, where does the text show up?  It isn't in 
> the
> messages window, so what am I missing?
>
> #debug concat("hello", " world")
>
It goes to the messages window (Alt M), but it can
be easy to miss, since there are other standard messages
printed afterwards.


Post a reply to this message

From: Mike Williams
Subject: Re: #debug text stream...
Date: 17 Feb 2008 03:56:39
Message: <SNbPxGGeQ$tHFw8Q@econym.demon.co.uk>
Wasn't it this is me who wrote:
>This may be a retarded question, but when one adds the following line to a POV
>script, and then presses Run, where does the text show up?  It isn't in the
>messages window, so what am I missing?
>
>#debug concat("hello", " world")

In some environments, text can sit in the #debug output buffer 
indefinitely until it gets a newline.

#debug concat("hello", " world", "\n")

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.