ePublisher Debugging Flags

To configure, look for "<app name>.config" next to the "<app name>.exe" in the program directory.

DebugEngineStatus:
<add key="DebugEngineStatus"
     value="true" />

Enables per XSL transform status and execution times.

DebugXSLTransforms:
<add key="DebugXSLTransforms"
     value="true" />

Enables debugging of XSL transforms when running under an attached debugger.

DebugExslDocument:
<add key="DebugExslDocument"
     value="true" />

Logs all files written by the XSL transforms in a format.

DebugWordAdapter:
<add key="DebugWordAdapter"
     value="true" />

Enables debugging of the Word .dot file.

DebugFrameAdapter:
<add key="DebugFrameAdapter"
     value="true" />

Keeps intermediate files used by the Frame tool adapter.

--> file.fm
 --> file.fmwif
  --> file.tmif  (Debug only)
   --> file.mifxml  (Debug only)
    --> file.fml  (Debug only)
     --> file.wif

When working with source documents, ePublisher tool adapters will always create the following files:

--> document.extension
 --> document.extensionwif
  --> document.wif

The file "document.extensionwif" is the same as the source document with variables, conditions, XREFs applied. So for a Word document:

--> Evalution.doc
 --> Evalution.docwif
  --> Evalution.wif

For a FrameMaker document:

--> overview.fm
 --> overview.fmwif
  --> overview.wif

Text documents are the same:

--> text.txt
 --> text.txtwif (In Word or Frame depending on the tool adapter)
  --> text.wif

DevCenter/Documentation/DebuggingFlags (last edited 2008-02-13 06:18:25 by localhost)