PDA

View Full Version : Today Debug.chat is going to the console



webdove
April 4th, 2021, 17:55
This code: Debug.chat("DMGX.onInit: chat");
results in this console message: [4/4/2021 12:47:57 PM] s'DMGX.onInit: chat'
It was going to chat a few days ago.
Did something change?
Is there a setting that controls where Debug.chat messages go?

webdove
April 4th, 2021, 19:46
Nevermind. Debug.chat must go to the console until after all the onInit()s have completed.

Moon Wizard
April 4th, 2021, 22:56
If the chatwindow control hasn't been created yet, Debug.chat is sent to console instead.

Regards,
JPG