|
Moundsa Mayo
Registered User
Join date: 21 May 2007
Posts: 16
|
09-22-2008 22:21
Is there a way to clear (remove all text from) the Script Warning/Error Window via:
1) The UI, (other than relogging), or, preferably, 2) LSL
|
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
09-23-2008 08:44
I don't know, but what you CAN do is close all but the main tab. Then messages will appear in new tabs. Just ignore the main tab completely.
|
|
Moundsa Mayo
Registered User
Join date: 21 May 2007
Posts: 16
|
09-23-2008 19:10
Good point, Hewee - and that'll help sometimes.
But usually I'm multi-scripting and need to observe the sequential order of messages transceived (as much as can be trusted in the debug window 8^) among several scripts at one time, so the [Script] (main) tab is the only one I can actually use 8^)
|
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
09-24-2008 06:39
In that case, perhaps treat it as normal chat. Output markers to delimit points in time between tests. Use DEBUG_CHANNEL to send llSay() or llWhisper() messages to the warning/error window.
|