This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
Name
Description
assert Method
Checks for a condition, and if false, displays a message and prompts the user to break into the debugger.
clearTrace Method
Clears all trace messages from the debugger output console.
fail Method
Displays a message in the debugger's output window and breaks into the debugger.
trace Method
Appends a text line to the debugger console and to the TraceConsole<textarea> element, if available.
traceDump Method
Dumps an object to the debugger console and to the TraceConsole<textarea> element, if available.
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.