POV-Ray : Newsgroups : povray.newusers : debbug : Re: debbug Server Time
29 Jul 2024 10:31:08 EDT (-0400)
  Re: debbug  
From: Brian Elliott
Date: 21 Jan 2006 20:41:27
Message: <43d2e2c7@news.povray.org>
"shimon_a10" <shi### [at] wallacoil> wrote in message 
news:web.43d26b0828974d5c5a8ded0@news.povray.org...
> Hi, for everybody.
>
> 1. As anew user in the PovRay, I want to know how can i debbug my plan, 
> and
>   where can i see the results of any step in the plan.

Hi Shimon

For an explanation and example of how to do this, see manual section 
3.2.2.7:  "User Message Directives".  It tells how to print and format 
messages from your POV script, and you'll be most likely to use the #debug 
directive.  If you are using PoV for Windows, the text appears in the 
messages window.  If you are using Linux or other *NIX then the text prints 
on your terminal output.  Can be redirected to a file.

Also you likely want to build your messages from variables and their values. 
The functions concat() and str() will do this.  Manual section 3.2.1.7.3: 
"String Functions"

Brian


Post a reply to this message

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