Sys.Debug clearTrace Method
Clears all trace messages from the trace console.
Sys.Debug.clearTrace(text);
You can create a trace console on a Web page by adding a textarea element and setting its id attribute to "Trace Console".
Debugging behavior, requirements, and the output of trace messages vary with different browsers. For more information, see Debugging and Tracing Ajax Applications Overview.
Show: