POV-Ray : Newsgroups : povray.general : Enabling debug output to console under Windows : Re: Enabling debug output to console under Windows Server Time
3 May 2024 19:22:23 EDT (-0400)
  Re: Enabling debug output to console under Windows  
From: yesbird
Date: 4 Feb 2023 09:55:00
Message: <web.63de71386feb0ae94ad5859710800fb2@news.povray.org>
Hi,
looks like parsing problem:
------------------------------------------------------------------
/* try1 */

#version 3.7;

global_settings {assumed_gamma 1}

box {0,1}

// #declare s_ = "a string to display"; // This works
#declare s_ = "----------------- DEBUG -----------------------------"; // This
not

#debug concat(s_, "\n")

#warning "end-of-file"
------------------------------------------------------------------
--
YB


Post a reply to this message

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