response.trace() (Method)

A server-side method to assist in tracing script execution when developing scripts for NES.

Availability:

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

Debugging server-side execution is difficult because you cannot normally see the execution happening. Placing a debugging console onto the server is notoriously difficult, so this method may provide some much needed assistance when trying to debug a non-working request handler.

See also:Netscape Enterprise Server