Procedure to troubleshoot a GatewayScript
How to use the debugger to troubleshoot a GatewayScript file.
A high-level procedure of troubleshooting a GatewayScript with the debugger is as follows.
- Include one or more
debugger;statements in your GatewayScript file. - Enable debugging for the action or the B2B Gateway document routing preprocessor.
- Identify and connect to the available debugger session with Session ID.
- Use debugger commands to debug the file.