beautypg.com

Reswin.startprocessing(), Reswin.stopprocessing(), Server debugging – Adobe Dreamweaver API Reference CS5 User Manual

Page 156

background image

151

DREAMWEAVER API REFERENCE

Workspace

Last updated 8/27/2013

Returns
Nothing.

resWin.startProcessing()

Availability
Dreamweaver 4.

Description
Starts processing the file.

Arguments
None.

Returns
Nothing.

resWin.stopProcessing()

Availability
Dreamweaver 4.

Description
Stops processing the file.

Arguments
None.

Returns
Nothing.

Server debugging

Dreamweaver can request files from Adobe ColdFusion and display the response in its embedded browser. When the
response returns from the server, Dreamweaver searches the response for a packet of XML that has a known signature.
If Dreamweaver finds XML with that signature, it processes the XML and displays the contained information in a tree
control. This tree displays information about the following items:

All templates, custom tags, and include files that are used to generate the rendered CFM page

Exceptions

SQL queries

Object queries

Variables

Trace trail