response.debug() (Method)

Prints a debugging message or value in the trace window.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
JavaScript syntax:NESdebug()

This is a server-side method to assist in debugging script execution when developing scripts for NES.

This provides a means of watching the progress of a request-response handler which is running in a context that has no terminal I/O capabilities.

See also:Netscape Enterprise Server