DebugOutput

Find quick help here to get you started with Hollywood
Post Reply
Pierre55
Posts: 54
Joined: Sat Apr 01, 2017 4:25 pm

DebugOutput

Post 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.
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: DebugOutput

Post 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.
Pierre55
Posts: 54
Joined: Sat Apr 01, 2017 4:25 pm

Re: DebugOutput

Post by Pierre55 »

Hi Allanon,

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

Thank you.
Pierre55
Posts: 54
Joined: Sat Apr 01, 2017 4:25 pm

Re: DebugOutput

Post 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
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: DebugOutput

Post by airsoftsoftwair »

What do you mean by "play the script"? Running the script from Hollywood's GUI?
Pierre55
Posts: 54
Joined: Sat Apr 01, 2017 4:25 pm

Re: DebugOutput

Post by Pierre55 »

Yes running the script with the Display button...

Thanks
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: DebugOutput

Post by airsoftsoftwair »

True, I'll fix this.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: DebugOutput

Post by airsoftsoftwair »

Code: Select all

- Fix [GUI/Amiga]: DebugPrint() output is now visible when running Hollywood scripts from the GUI
Pierre55
Posts: 54
Joined: Sat Apr 01, 2017 4:25 pm

Re: DebugOutput

Post by Pierre55 »

Thank you very much for this fix!

Pierre
Post Reply