Specifications

JavaScript Debugger Modules 247
getIncludedFileList()
Availability
Dreamweaver 4
Description
Called to get a list of files that are referenced by the code that is inserted in the head or body from
the
getHeadInstrument() and getBodyInstrument() functions. These files must be located in
the Configuration/Debugger directory of the Dreamweaver program files with the
instrumentation debugger module.
Arguments
None.
Returns
Dreamweaver expects an array of filenames that should be copied to the directory with the file
that is processed by the instrumentation JavaScript.
getOnUnloadInstrument()
Availability
Dreamweaver 4
Description
This function is called exactly once after getHeadInstrument() is called.
Arguments
None.
Returns
Dreamweaver expects a string that contains JavaScript to insert at the end of the onUnload event
handler of the
BODY tag.