PDA

View Full Version : Clear the Debugger Output?


bclover
04-27-2004, 10:19 AM
Is there a way to clear the debugger output window using script?

For instance a script command like:
Debug.clear();

antun
04-27-2004, 10:22 AM
Yeah - debug.clearWindow().

BTW, the source code for the debugger is in:

WEB-INF\lps\components\debugger\

-Antun