writeDump

Outputs the contents of a variable (simple or complex) of any type for debugging purposes to a specific output location.

The available {@code output} locations are: - buffer: The output is written to the buffer, which is the default location. If running on a web server, the output is written to the browser. - console: The output is printed to the System console. - {absolute_file_path} The output is written to a file with the specified filename path.

The output {@code format} can be either HTML or plain text. The default format is HTML if the output location is the buffer or a web server or a file, otherwise it is plain text for the console.

Method Signature

writeDump(var=[any], label=[string], top=[numeric], expand=[boolean], abort=[boolean], output=[string], format=[string], showUDFs=[boolean])ArgumentsExamplesRelatedApplicationRestartApplicationStartTimeApplicationStopBoxAnnounceBoxAnnounceAsyncBoxRegisterInterceptorBoxRegisterRequestInterceptorCallStackGetCreateGUIDCreateObjectCreateUUIDDEDebugBoxContextsDumpDuplicateechoEncodeForHTMLGetApplicationMetadataGetBaseTagDataGetBaseTagListGetBaseTemplatePathGetBoxContextGetBoxRuntimeGetBoxVersionInfoGetClassMetadataGetComponentListGetContextRootGetCurrentTemplatePathGetFileFromPathGetFunctionCalledNameGetFunctionListGetModuleInfoGetModuleListGetRequestClassLoaderGetSemverGetSystemSettingGetTempDirectoryGetTickCounthtmlEditFormatIIFInvokeIsInstanceOfJavaCastObjectDeserializeObjectSerializePagePoolClearPrintPrintlnRunThreadInContextSessionInvalidateSessionRotateSessionStartTimeSleepSystemCacheClearSystemExecuteSystemOutputThrowTraceURLDecodeURLEncodedFormatWriteLogWriteOutput

Last updated

Was this helpful?