Page 1 of 1

DebugOutput

Posted: Sat May 13, 2017 2:24 pm
by Pierre55
Hi,

I would like to use the DebugOutput feature but can get any output when I do a DebugPrint(t$), at the beginning of the script I wrote DebugOutput(Enable) but no window open.

Thank you.

Re: DebugOutput

Posted: Sat May 13, 2017 3:49 pm
by Allanon
Hi Pierre55,
are you working under Linux or MacOS?
If so, you have to open a console and run your script from the shell to see the debug output, at least on system.
On Amiga-like and Windows systems the debug output window instead is opened automatically.

Re: DebugOutput

Posted: Sun May 14, 2017 3:11 pm
by Pierre55
Hi Allanon,

I' working on an AmigaOne XE... there is no window!

Thank you.

Re: DebugOutput

Posted: Sun May 14, 2017 4:04 pm
by Pierre55
Hi,

Ok the window open when we run the compile version but not when we "play" the script... is it normal?

It will be much easier and faster to debug if we can have the debug window when we play the script.

Thanks

Re: DebugOutput

Posted: Sun May 14, 2017 7:46 pm
by airsoftsoftwair
What do you mean by "play the script"? Running the script from Hollywood's GUI?

Re: DebugOutput

Posted: Tue May 16, 2017 1:37 pm
by Pierre55
Yes running the script with the Display button...

Thanks

Re: DebugOutput

Posted: Thu May 18, 2017 10:47 pm
by airsoftsoftwair
True, I'll fix this.

Re: DebugOutput

Posted: Sat Aug 12, 2017 3:58 pm
by airsoftsoftwair

Code: Select all

- Fix [GUI/Amiga]: DebugPrint() output is now visible when running Hollywood scripts from the GUI

Re: DebugOutput

Posted: Sat Mar 23, 2019 4:02 pm
by Pierre55
Thank you very much for this fix!

Pierre