View Full Version : Debug:TRACE?
handuma
10-07-2004, 07:09 PM
The Debug window delivered this message,
TRACE: Home-> On Show
TRACE: 0: local this="Home";
TRACE: 1:Audio.Toggle.Play(CHANNEL_BACKGROUND);
TRACE: LastError = 0("Success.")
What does it mean?
Thanks,
handuma
TJ_Tigger
10-07-2004, 11:07 PM
TRACE: Home-> On Show
TRACE: 0: local this="Home";
TRACE: 1:Audio.Toggle.Play(CHANNEL_BACKGROUND);
TRACE: LastError = 0("Success.")
This is my interpretation
TRACE: Home-> On Show --The On Show event happened on the page named home
TRACE: 0: local this="Home"; -- automatically set the variable this to "Home"
TRACE: 1:Audio.Toggle.Play(CHANNEL_BACKGROUND); --execute command on line one which is to toggle the play of audio in the background channel
TRACE: LastError = 0("Success.") --command completed successfully.
HTH
Tigg
handuma
10-08-2004, 05:24 AM
Thanks TJ-Tiger,
I'll stop worrying about the debug messages I've received so far. Your interpretaition makes them seem friendly but why are there messages about the first page and none about the others?
Handuma
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.