How to debug WSO2 ESB code
How do you typically debug the ESB code? I am using log statements but they are kind of lost in system logs. Is there a better mechanism to be used? Thanks, You can do remote debugging from your IDE with ESB code. First start the ESB server script with debug option as follows. wso2server.sh -debug 5005 where the number is any port number used for remote debugging from your IDE. Then run debug in your IDE with whatever the port number you assigned. First, you have to setup debug configurations in your IDE which is can be learned using this wso2 article Then start the ESP server with debug