The Mirth Connect Debugger tool allows you to troubleshoot JavaScript errors throughout the Mirth® Connect application. The Debugger can be used for the following scripts and connectors:
- Deploy, Undeploy, Preprocessor, and Post Processor scripts
- Attachment/Batch scripts
- Source Connectors:
- Filters/Transformers
- Database Reader and JavaScript Reader types
- Destination Connectors:
- Filters/Transformers.
- Database Writer and JavaScript Writer types
- Response transformers
Before You Begin
If your Java application does not interact directly with a user, use the following steps to change the Headless mode to false. Setting this mode to false means that your Java application:
- Displays windows or dialog boxes.
- Accepts keyboard or mouse input.
- Uses any heavyweight AWT (Abstract Windowing Toolkit) components.