Debug buttons
Clicking xlt file has been previously debugged. When an xlate file is reopened, is disabled.
launches the debugger with the most recently configured debug configuration. If this is the first time for the xlate file to be debugged, this button is unavailable since there is no available debug configuration. This is enabled if theClicking Xlate Debug Configuration dialog box.
opens theThis table shows the available parameters:
Parameter | Description |
---|---|
Click the folder button to open a file browser. Select the data file from the $HCIROOT folder. | |
Click the arrow to open a menu of formats in which to read the input Data File. | |
Select different multi-byte encodings from the menu. | |
Click the arrow to open a menu of detail levels. Detail levels go from 0, for raw, unparsed data, to 4, for most detail. | |
Reads the selected data file and processes only the first message in the file. | |
Reads the selected data file and processes all the messages in it. | |
Pre Xlate TPS | Click TPS
Editor. Use this dialog box to select the TPS
procedures to run before message translation. Click to select the procedures or Java class. Then, specify any arguments.Click when finished. |
to open the
Post Xlate TPS | Click TPS
Editor. Use this dialog box to select the TPS
procedures to run after message translation. Click to select the procedures or Java class. Then, specify any arguments.Click when finished. |
to open the
Saves the output message to a file. Click the folder button to open a file browser. Select the file in which to save the output message or specify the file name in the field. This file is saved in the $HCISITEDIR folder. | |
Click the arrow to open a menu of formats in which to save the
output message: |
|
Select the check box to show field names. | |
Select the check box to check for memory leaks. | |
Opens the Advanced Options dialog box. Separator Options parse the message with the specified separator characters (Inbound) and encodes the message with specified separators (Outbound). If a separator is not specified, the default is used. | |
Clicking this on the Xlate Debug Configuration dialog box launches the current debug configuration. Simultaneously, the Translation Configurator switches to Debug mode. If the debugger cannot be launched, an error message opens to indicate the cause. |
After the debugger is launched, it pauses at the first xlt action if there is no breakpoint.
When the debugging session begins, clicking
opens a Confirm message. Click to restart the Xlate Debugger with the current configuration, or to cancel the operation.To maintain synchronization of the xlt file between the GUI and the Xlate Debugger, you must save modifications before launching the Xlate Debugger.